rusqlite VS wasm-sqlite

Compare rusqlite vs wasm-sqlite and see what are their differences.

rusqlite

Ergonomic bindings to SQLite for Rust (by rusqlite)

wasm-sqlite

[Experimental] SQLite compiled to WASM with pluggable page storage. (by rkusa)
Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
rusqlite wasm-sqlite
17 1
2,692 47
4.6% -
8.9 0.0
5 days ago about 1 year ago
Rust Rust
MIT License -
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

rusqlite

Posts with mentions or reviews of rusqlite. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-03-15.

wasm-sqlite

Posts with mentions or reviews of wasm-sqlite. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-01-26.
  • Store SQLite in Cloudflare Durable Objects
    14 projects | dev.to | 26 Jan 2022
    The whole code can be found here: github.com/rkusa/wasm-sqlite/blob/main/wasm/src/vfs.rs. By reducing all down to the two methods get_page and put_page (to which I get back later in the post), the VFS ended up being a generic VFS for when you want to persist SQLite pages as separate files/objects. Using it anywhere else than a DO would just be a matter of providing a different implementation to those two methods.

What are some alternatives?

When comparing rusqlite and wasm-sqlite you can also consider the following projects:

SQLite - Interface to SQLite

rust-sqlite3 - Rustic bindings for sqlite3

r2d2 - A generic connection pool for Rust

rustsqlite

cross - “Zero setup” cross compilation and “cross testing” of Rust crates

Gibbs MySQL Spyglass - Gibbs MySQL Spyglass

SQLite - Official Git mirror of the SQLite source tree

coreutils - Cross-platform Rust rewrite of the GNU coreutils

Cargo - The Rust package manager

teloxide - 🤖 An elegant Telegram bots framework for Rust

sqlite-vfs - Build SQLite virtual file systems (VFS) by implementing a simple Rust trait.

turbosql - An easy local data persistence layer for Rust, backed by SQLite.