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

SQLite for standalone deployments? #9

Open
sebpuetz opened this issue Jan 15, 2023 · 0 comments
Open

SQLite for standalone deployments? #9

sebpuetz opened this issue Jan 15, 2023 · 0 comments

Comments

@sebpuetz
Copy link
Owner

Diesel doesn't seem to support multiple DB backends with a single implementation

  1. duplicate DB code for SQLite?
  2. Rewrite DB module with sqlx

SQLite schema will have to differ from the postgres schema (e.g. different types) and should probably differ in terms of structure (registering voice servers doesn't make much sense), so giving 1. a shot before tearing it out might make sense

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant