Description: It would be beneficial to add support for PostgreSQL in addition to the currently supported databases. PostgreSQL is a widely used, open-source database system known for its robustness and advanced features. Adding PostgreSQL support would make the project more versatile and accessible to a larger developer audience.
Requested features:
- Implement support for connecting and executing queries with PostgreSQL.
- Ensure query builder methods are compatible with PostgreSQL syntax and types.
- Add relevant tests for PostgreSQL integration.
- Update documentation to include PostgreSQL as a supported database.
Additional context: If there are any incompatibilities or unique PostgreSQL features (such as array types or JSONB), consider providing builder options or examples in the documentation.
Description: It would be beneficial to add support for PostgreSQL in addition to the currently supported databases. PostgreSQL is a widely used, open-source database system known for its robustness and advanced features. Adding PostgreSQL support would make the project more versatile and accessible to a larger developer audience.
Requested features:
Additional context: If there are any incompatibilities or unique PostgreSQL features (such as array types or JSONB), consider providing builder options or examples in the documentation.