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

Allow using SQLite extensions #3280

Open
CaptainDario opened this issue Oct 11, 2024 · 0 comments
Open

Allow using SQLite extensions #3280

CaptainDario opened this issue Oct 11, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@CaptainDario
Copy link

Is your feature request related to a problem? Please describe.
I have been using your package in production already for some months and it has been awesome and just works great, thank you so much!
Currently, I am thinking of a way for a user to synchronize his SQLite database between devices. While researching, I stumbled upon this package cr-sqlite.
When searching the docs I found the supported extensions but I could not find a way to load runtime extensions. Therefore, I am interested in the ability to load runtime SQLite extensions using this package.
If this is already possible, I am sorry for the inconvenience.

Describe the solution you'd like
A way to load and execute SQLite runtime extensions.
database.extension("cr-sqlite").run("SELECT crsql_as_crr('table_name')")

@CaptainDario CaptainDario added the enhancement New feature or request label Oct 11, 2024
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

1 participant