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

+ support for SQLite, PostgreSQL and MariaDB via sqlx #2

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

smeagol74
Copy link

Added support of PostgreSQL and MariaDB through the sqlx engine. Theoretical support for any database with sqlx driver.

Reworked the database structure for better append-only behaviour (less fetches on append).

@smhanov
Copy link
Owner

smhanov commented Jul 21, 2022

Very nice code! I will look at updating it in the future if required by any customer under support. There are now additional tables for the security tokens and permissions.

@smeagol74
Copy link
Author

Was sure that I'm representing the customer under support and implemented this because of I already required that, but ok.

@smhanov
Copy link
Owner

smhanov commented Jul 22, 2022 via email

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

Successfully merging this pull request may close these issues.

None yet

2 participants