![Create React App Officially Deprecated Amid React 19 Compatibility Issues](https://cdn.sanity.io/images/cgdhsj6q/production/04fa08cf844d798abc0e1a6391c129363cc7e2ab-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Create React App Officially Deprecated Amid React 19 Compatibility Issues
Create React App is officially deprecated due to React 19 issues and lack of maintenance—developers should switch to Vite or other modern alternatives.
A command line tool for deploying dynamically generated REST APIs against relational databases. See the project documentation for detailed usage instructions.
Auto-REST provides built-in support for the database types listed below. Support for additional databases can be added by installing the corresponding database drivers. See the official documentation for instructions.
Flag | Default Driver | Database Type |
---|---|---|
--sqlite | sqlite+aiosqlite | SQLite |
--psql | postgresql+asyncpg | PostgreSQL |
--mysql | mysql+asyncmy | MySQL |
--oracle | oracle+oracledb | Oracle |
--mssql | mssql+aiomysql | Microsoft SQL Server |
--driver | Custom driver (user-defined) | Custom |
Install the command line utility using your favorite Python package manager.
pipx install auto-rest-api
Check the package installed correctly.
auto-rest --help
Launch an API by providing connection arguments to a database of your choice.
auto-rest \
# Enable optional endpoints / functionality
--enable-docs \
--enable-write \
# Define the database type and connection arguments
--psql
--db-host localhost
--db-port 5432
--db-name default
--db-user jsmith
--db-password secure123!
Navigate localhost:8081/docs/
to view the OpenAPI documentation for your dynamically generated REST API!
FAQs
Automatically map database schemas and deploy per-table REST API endpoints.
We found that auto-rest-api demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 2 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Create React App is officially deprecated due to React 19 issues and lack of maintenance—developers should switch to Vite or other modern alternatives.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.