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
We should enable persistence interoperability between SQLite and Postgres. SQLite will be the default, but by setting DB_URL to a postgres connection string ie. postgres:// the CU should instead use the Postgres instance for persistence.
I think we might need to use a query builder like knex, in lieu of raw queries, to make interoperability between the two easier in the implementation. But we can determine that when we go to implement.
The text was updated successfully, but these errors were encountered:
TillaTheHun0
changed the title
feat(cu): support using PostgreSQL in lieu of SQLite via configuration
feat(cu): support using PostgreSQL/SQLite interoperability via configuration
Apr 4, 2024
We should enable persistence interoperability between SQLite and Postgres. SQLite will be the default, but by setting
DB_URL
to a postgres connection string ie.postgres://
the CU should instead use the Postgres instance for persistence.I think we might need to use a query builder like
knex
, in lieu of raw queries, to make interoperability between the two easier in the implementation. But we can determine that when we go to implement.The text was updated successfully, but these errors were encountered: