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: libsql / Turso database support #422

Closed
riipandi opened this issue Nov 24, 2023 · 2 comments
Closed

Feat: libsql / Turso database support #422

riipandi opened this issue Nov 24, 2023 · 2 comments
Labels
enhancement New feature or request

Comments

@riipandi
Copy link
Contributor

riipandi commented Nov 24, 2023

Feature Description

libsql and Turso is an alternative distributed database, it's compatible with SQLite. So, it can be a lightweight database alternative for storing Authorizer data.

Describe the solution you'd like

Implementing the libsq in Golang isn't hard, there is official library provided by the author.

Describe alternatives you've considered

Gorm not yet support libsql officially. Fortunately, someone has created a Gorm driver to add support for libsql: gorm-libsql

@lakhansamani
Copy link
Contributor

Thanks 👍 will definitely add this support

@lakhansamani
Copy link
Contributor

Released as part of 1.2.4

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

No branches or pull requests

2 participants