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

Does sqlite-wasm-rs support TRIGGERs? #22

Closed
LucaCappelletti94 opened this issue Mar 5, 2025 · 1 comment
Closed

Does sqlite-wasm-rs support TRIGGERs? #22

LucaCappelletti94 opened this issue Mar 5, 2025 · 1 comment

Comments

@LucaCappelletti94
Copy link

As per title, does sqlite-wasm-rs support TRIGGERs?

@Spxg
Copy link
Owner

Spxg commented Mar 5, 2025

Of course, I just wrote a "CREATE TRIGGER" test, 0939aba.

In fact, except for the lack of support for load_extensions and the lack of default persistent vfs support, all other features are available.

However, I do not recommend you to use it directly. You can use tools such as rusqlite and diesel that have already wrapped sqlite calls. rusqlite/rusqlite#1643 and diesel-rs/diesel#4474.

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

2 participants