You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Currently, the project only supports PostgreSQL. This limitation can be a barrier for developers who prefer or require SQLite for its simplicity and lightweight nature. I often find myself constrained by the PostgreSQL-only support, especially in smaller projects or when working in environments where PostgreSQL is not ideal.
Describe the solution you'd like
I would like the project to include support for SQLite. This would allow for more flexibility in choosing the database system according to the project's scale and environment. It would also be beneficial for users who prefer SQLite for its ease of setup and minimal configuration.
Describe alternatives you've considered
An alternative could be using a database abstraction layer that supports multiple databases, but this might introduce unnecessary complexity. Direct support for SQLite would be a more straightforward and efficient solution.
Additional context
Adding SQLite support could potentially make the project more accessible and versatile for a wider range of users and use cases. This feature would especially be helpful for small-scale projects or educational purposes where a full-fledged database system like PostgreSQL might be an overkill.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Currently, the project only supports PostgreSQL. This limitation can be a barrier for developers who prefer or require SQLite for its simplicity and lightweight nature. I often find myself constrained by the PostgreSQL-only support, especially in smaller projects or when working in environments where PostgreSQL is not ideal.
Describe the solution you'd like
I would like the project to include support for SQLite. This would allow for more flexibility in choosing the database system according to the project's scale and environment. It would also be beneficial for users who prefer SQLite for its ease of setup and minimal configuration.
Describe alternatives you've considered
An alternative could be using a database abstraction layer that supports multiple databases, but this might introduce unnecessary complexity. Direct support for SQLite would be a more straightforward and efficient solution.
Additional context
Adding SQLite support could potentially make the project more accessible and versatile for a wider range of users and use cases. This feature would especially be helpful for small-scale projects or educational purposes where a full-fledged database system like PostgreSQL might be an overkill.
The text was updated successfully, but these errors were encountered: