sqlite-path VS gem-compiler

Compare sqlite-path vs gem-compiler and see what are their differences.

sqlite-path

A SQLite extension for parsing, generating, and querying paths (by asg017)

gem-compiler

A RubyGems plugin that generates binary gems (by luislavena)
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-path gem-compiler
1 1
24 154
- -
6.1 10.0
8 months ago about 3 years ago
C Ruby
- 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-path

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

gem-compiler

Posts with mentions or reviews of gem-compiler. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-02-06.
  • Making SQLite extensions pip install-able
    18 projects | news.ycombinator.com | 6 Feb 2023
    If you have the binary all ready, you could mimic this ancient gem that bundles pdftk binaries (for use with heroku):

    https://github.com/charliemaffitt/pdftk-heroku

    But I think it might be possible to leverage gem compile, maybe even with extensions for cross compiling.

    You'd need to specify the platform to match your binaries, and those as files (for extensions) or binaries (for executables you want added to path).

    https://github.com/luislavena/gem-compiler

    https://github.com/rake-compiler/rake-compiler-dock

    AFAIK when a gem is compiled, a makefile or a rake-file is invoked - and can be made to do just about anything. Add some ruby in the gemspec - and it should be possible to distribute almost anything as a platform specific gem.

What are some alternatives?

When comparing sqlite-path and gem-compiler you can also consider the following projects:

sqlite-url - A SQLite extension for parsing, generating, and querying URLs and query strings

sqlite-spellfix - Loadable spellfix1 extension for sqlite as python package

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

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

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

sqlite-icu - Loadable ICU extension for sqlite as python package

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

sqlite-xsv - the fastest CSV SQLite extension, written in Rust