A CLI tool to convert connection details into various connection string formats for frameworks like Prisma, Spring Boot (JDBC), and SQLAlchemy. connstring-converter \ --db-type postgresql \ --host ...
FastAPI-PostgreSQL-Redis-Docker-JWT-Template/ ├── alembic/ # Database migration files │ └── versions/ # Migration versions ├── app/ │ ├── configs/ # Configuration modules │ │ ├── configs.py # App ...