Add some user-defined functions to SQL when using SQLie3.
Ruby bindings for the SQLite3 embedded database - without compiling
Sqlite3 Adapter for DataMapper
Searches the email headers from the Offine Mail Helper (OMAH) database generated by the omah-plugin-sqlite.
The sqlite print table gem is used to print a formatted table from a sqlite database using a SQL query.
Install this gem to use Sqlite3 with JRuby on Rails.
Fiveapples is a fully opensource and standalone OData + openui5 demo app. It runs a sqlite database, serves it as a Safrano based OData endpoint and additionally serves the openui5 demo app itself, all in a single ruby process.
A SQLite based, lightning fast, super efficient and dead simple to setup and use job queue for Ruby and Rails applications!
# DwCR DwCA in a SQLite database complete with [Sequel](https://github.com/jeremyevans/sequel) models. ## Command Line Tool ### Create a new DwCR file From within the directory of a DwC Archive: ```ruby dwcr new -t dwcr-test.db ``` will create the file in the directory, named after the directory see `dwcr new --help` for options ### Load an existing DwCR file ```ruby dwcr load ~/documents/dwca/dwcr-test.db ```
The SQLite3 adapter in Rails 4 doesn't support JSON columns. This gem adds it via a railtie and a series of hacks.
SQLite3 interface for CArray
A SQLite based, lightning fast, super efficient and dead simple to setup and use queue backend for Ruby and Rails applications!
A persistent simple Hash backed by sqlite3. Contains (almost) the same features/API as the Ruby 2.0.0 Hash object
Raamen is a Rack and SQLite based MVC web framework. It contains modules to provide basic and necessary features of web app components as well as helpful Rack middleware, cookie manipulation, and CLI to make the development process faster and easier.
Creates a single sqlite file that acts as a document store.
This tool takes a list of paths and checks them for git repositories. It writes to a sqlite database a table of repositories found, indexed by both the first and the second commit hashes on the repository. The rationale is that these first couple of commits are unlikely to ever change as the result of a rebase, and thus make a fairly reliable fingerprint of the identity of the repository. The motivation behind this tool is for use with Serf and the serf-hander gem to power a slick, simple deployment manger utiizing a git repo and deploy hooks at the underlying source and trigger.
I wanted sqlite with a document store.
artserve - serve up single-file SQLite artbase dbs to query metadata and images with SQL and more
artbase-importers - artbase (SQL) database machinery 'n' support; build single-file SQLite artbase.dbs and more (via active-record machinery)
A Ruby interface for the SQLite database engine.
The Sruby library allows you to create, read, update an delete data from SQlite database without using any SQL query. It's useful and fast for small and medium size database.
For interacting with Daygram for Android sqlite DBs
Dealing with sqlite3 in the same way in ruby and jruby
A huginn agent for writing data to SQLite3 databases
This tool is useful for managing the array in a text column in any database (mysql, sqlite and etc). This tool also does sensible update upon object save/create
Cache module that uses SQLite3 as backend
A SQLite based, lightning fast, super efficient and dead simple to setup and use model concern for tagging for Ruby and Rails applications!
This project consist of two parts First part includes sqlite database with two tables based on worldcitiespop.csv (http://download.maxmind.com/download/): cities(city, country, latitude, longitude, population, timezone_code) timezones(timezone, code) Second part is sinatra (web) application for work with the database throw Sequel ORM.
Use sqlite3 as a caching adapter
This provides the implementation of a user and email store for an EventMachine-based SMTP and POP3 server.
command line based sqlite db navigator. ruby 1.9.3 .. 2.4.
SQLite3/Ruby is a module to allow Ruby scripts to interface with a SQLite3 database.
Convert BibTeX files to SQLite databases, run queries on them and produce results in CSV. Especially useful for reports that require your publications in table format.
A ruby gem that duplicates the funcationality of the SQLite Archiver
A SQLite based, lightning fast, super efficient and dead simple to setup and use database for Ruby and Rails applications!
A SQLite extension for limited geospatial work.
Write a longer description or delete this line.
Simple gem which provides random ordering for mysql, postgresql and sqlite
Contact Manager is a Glimmer DSL for SWT sample leveraging SQLite DB via ActiveRecord.
The SQL Ferret provides a navigational database style wrapper around SQLite. EXPERIMENTAL! The API and both DSLs are subject to change!
Allows ductr to interact with SQLite DMBS.
A SQLite extension for generating text embeddings from remote sources (OpenAI, Cohere, localhost, etc.)
A SQLite extension for generating text embeddings.
Makes SQLite create case-insensitive string and text fields
A vector search SQLite extension.
Take the pain out of dealing with databases in Android by generating fully functional database, content provider, and ORM object code, from nothing more than a pre-built sqlite database or a .sql file.