We have added support for SQLite and Postgres databases with #23 and #26 increasing the supported databases types to 3. However currently openfgc doesn't have integration tests to test the changes/ new improvements against all these 3 database types.
Suggestion:
Onboard integration test framework to verify changes against all these 3 database types. It is ideal to onboard this into a pr builder git action that runs on each PR. Otherwise it is not scalable to verify changes against all these database types and could easily break server support for some database
We have added support for SQLite and Postgres databases with #23 and #26 increasing the supported databases types to 3. However currently openfgc doesn't have integration tests to test the changes/ new improvements against all these 3 database types.
Suggestion:
Onboard integration test framework to verify changes against all these 3 database types. It is ideal to onboard this into a pr builder git action that runs on each PR. Otherwise it is not scalable to verify changes against all these database types and could easily break server support for some database