Extending SQLite with Rust

This page summarizes the projects mentioned and recommended in the original post on /r/rust

SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.
surveyjs.io
featured
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
  • sql.js

    A javascript library to run SQLite on the web.

  • The reason I originally looked into this was to see if there's a way to use sqlite in wasm with indexeddb as the storage backend, getting a full SQL engine in the browser (like WebSQL, but actually using web standard API). Here is sqlite compiled to wasm, but only with the in-memory database, which is only of limited use. My conclusion was that it might be possible, but needs a ton of work in C interfacing with web APIs through emscripten, which is not fun at all.

  • gluesql

    GlueSQL is quite sticky. It attaches to anywhere.

  • There's a Rust project that's an SQL engine on top of an arbitrary key-value store too, GlueSQL https://github.com/gluesql/gluesql (and it has a sled backend)

  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

    SurveyJS logo
  • absurd-sql

    sqlite3 in ur indexeddb (hopefully a better backend soon)

  • Have you looked into absurd-sql? it does exactly that: https://github.com/jlongster/absurd-sql/

  • sqlite-vfs

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

  • You may be able to have something working by implementing a VFS. (https://github.com/rkusa/sqlite-vfs)

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • SQLite + Rust: Building a CLI Password Vault 🦀

    3 projects | dev.to | 15 Mar 2024
  • Rusty way to store state for CLIs

    1 project | /r/learnrust | 25 Jun 2023
  • WASM SQL database recommendations wanted

    2 projects | /r/rust | 27 May 2023
  • New Rustacean Looking For Guidance

    6 projects | /r/rust | 11 May 2023
  • Why use Rust on the back end?

    6 projects | news.ycombinator.com | 20 Mar 2023