sqlite-loadable-rs VS sqlite-icu

Compare sqlite-loadable-rs vs sqlite-icu and see what are their differences.

sqlite-loadable-rs

A framework for writing fast and performant SQLite extensions in Rust (by asg017)

sqlite-icu

Loadable ICU extension for sqlite as python package (by karlb)
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
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
sqlite-loadable-rs sqlite-icu
2 1
317 2
- -
6.7 1.8
26 days ago almost 2 years ago
Rust C
Apache License 2.0 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.

sqlite-loadable-rs

Posts with mentions or reviews of sqlite-loadable-rs. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-04-13.
  • SQLiteGPT - Directly query ChatGPT with SQL functions
    2 projects | /r/sqlite | 13 Apr 2023
    The implementation is just a prototype right now and it should be implemented as a proper loadable extension in Rust with sqlite-loadable-rs. Make sure to star the GitHub repo if you want to see this happen! ;-)
  • Making SQLite extensions pip install-able
    18 projects | news.ycombinator.com | 6 Feb 2023
    It's possible but very difficult. For extensions built purely in C, you can statically compile extensions into a SQLite WASM build, which I have a few demos of with sqlite-lines [0] and sqlite-path[1].

    For extensions but in Rust however, it's much more difficult. Matt @tantaman has some success cross compiling his cr-sqlite [2] project to WASM, but it's quite complex.

    SQLite extensions typical rely on dlopen() to load dynamic libraries as an extension. WASM doesn't really have that, so you either have to statically compile your extension in your WASM build (which is difficult for non-C languages bc SQLite is written in C), or hack around some barely-supported WASM features that emulate dlopen(). Though I'm not the best with WASM, so hopefully someone with more WASM experience chimes in to help! It's something I'm tracking in this issue for the `sqlite-loadble-rs` project [3]

    [0] https://observablehq.com/@asg017/introducing-sqlite-lines#ce...

    [1] https://observablehq.com/@asg017/introducing-sqlite-path#cel...

    [2] https://github.com/vlcn-io/cr-sqlite

    [3] https://github.com/asg017/sqlite-loadable-rs/issues/5

sqlite-icu

Posts with mentions or reviews of sqlite-icu. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-02-06.

What are some alternatives?

When comparing sqlite-loadable-rs and sqlite-icu you can also consider the following projects:

sqlite-ulid - A SQLite extension for generating and working with ULIDs

sqlite-path - A SQLite extension for parsing, generating, and querying paths

SQLiteGPT - SQL function for SQLite to directly query OpenAI's ChatGPT

sqlite-html - A SQLite extension for querying, manipulating, and creating HTML elements.

pdftk-heroku - PDFTK binaries for Heroku

gem-compiler - A RubyGems plugin that generates binary gems

sqlite-lines - A SQLite extension for reading large files line-by-line (NDJSON, logs, txt, etc.)

sqlite-http - A SQLite extension for making HTTP requests purely in SQL

sqlite-regex - A fast regular expression SQLite extension, written in Rust

sqlite-fastrand - A SQLite extension for quickly generating random numbers, booleans, characters, and blobs