Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(cu): support using PostgreSQL/SQLite interoperability via configuration #588

Open
TillaTheHun0 opened this issue Apr 4, 2024 · 0 comments
Assignees
Labels
cu ao Compute Unit enhancement New feature or request

Comments

@TillaTheHun0
Copy link
Member

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.

@TillaTheHun0 TillaTheHun0 added enhancement New feature or request cu ao Compute Unit labels Apr 4, 2024
@TillaTheHun0 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
@TillaTheHun0 TillaTheHun0 self-assigned this Dec 20, 2024
@TillaTheHun0 TillaTheHun0 removed the hold label Dec 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cu ao Compute Unit enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant