Open Issues Need Help
View All on GitHubAI Summary: The project's database tests currently suffer from inconsistencies due to reliance on external, locally configured PostgreSQL instances, leading to unreliable tests and manual CI/CD setup. The proposed solution is to implement Testcontainers to provide consistent, isolated, and throwaway database instances directly within the test code, thereby standardizing the testing environment across development and CI/CD.
it's a simple and useful boilerplate for python projects using fast api framework
AI Summary: This issue proposes adding support for MySQL/MariaDB as an alternative database backend to the project, which is currently exclusively using PostgreSQL. The solution involves abstracting database configurations, adding MySQL driver support, and making the database type selectable via environment variables, leveraging SQLAlchemy's ORM capabilities.
it's a simple and useful boilerplate for python projects using fast api framework
it's a simple and useful boilerplate for python projects using fast api framework
AI Summary: This issue proposes upgrading the project's Python version from 3.11 to the latest stable 3.14.0. The upgrade involves updating project configuration files, Docker images, and documentation, along with ensuring compatibility with existing dependencies and passing all tests.
it's a simple and useful boilerplate for python projects using fast api framework