1 unstable release
0.1.1 | May 31, 2024 |
---|---|
0.1.0 |
|
#1986 in Database interfaces
8KB
153 lines
spin-sqlite-connection
Motivation
I wrote this crate because i wanted to test sqlite database operations in a Fermyon spin application.
This crate uses conditional compilation. The spin-sdk crate is used for database operation if target-family = "wasm", else the rusqlite crate is used.
Dependencies
~4–8MB
~156K SLoC