1 unstable release

0.1.1 May 31, 2024
0.1.0 May 31, 2024

#1386 in Database interfaces

MIT license

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

~2–6MB
~118K SLoC