Extract cookies from Firefox, Chrome or Chromium sqlite databases into a wget-compatible cookies.txt file.
The rails schema generator generates complete SQL schemas from a collection of rails migrations. It currently produces one schema file each for MySQL, PostgreSQL, and SQLite.
SQLite 2.x DBI DBD
.Net DLLs and exe for Sqlite3
fluentd output to sqlite3
A SQLite based, lightning fast, super efficient and dead simple to setup and use database, cache and job queue for Ruby and Rails applications!
Compatible with mysql, sqlite, and postgres
An extremely simple marshalling persistence layer for SQLite based on perl's tie()
SQLite3/IronRuby is a module to allow Ruby scripts running on the IronRuby interpreter to interface with a SQLite3 database.
speed up repetitive reading of spreadsheet files by creating sqlite caches
This is a tool to create SQlite database from a CSV file.
SQLite constraints in migrations similiar to ActiveRecord validations
basic, easy-to-use command-line issue-tracker using sqlite for ruby 1.9
This gem blocks those Rails log messages about 'sqlite_master' that fill up your development log
This gem is a Logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This gem is not a stand-alone program
Addon to support Sqlite database pools in Trinidad
Connects to a remote SQLite database (sqlite_server2018 gem).
This module allows Ruby programs to interface with the SQLite3 database engine (http://www.sqlite.org). You must have the SQLite engine installed in order to build this module. Note that this module is only compatible with SQLite 3.6.16 or newer.
kj is a simple rubygem for accessing the King James Bible. It uses an embedded sqlite data store.
Create poems from an input text file, by generating and querying a SQLite or PostgreSQL database describing each line. Poems are created using a template to select lines from the database, according to closing rhyme, syllable count, and regex matching.
Free US and world-wide postal codes in SQLite and CSV format. Automated zipcode/postal code aggregation and processing for any needs.
Generate analytics in HTML, txt, and SQLite format for Rails and Apache/Nginx log files.
Smailr is a CLI tool which lets you manage your virtual mailhosting setup from the shell. It currently uses SQLite as a backend, samples for Dovecot/Exim provided.
Ruby Hail is fast-by-design Rack-based nano-framework. It provides generator and helper to quickly create Rack-based web-apps. You have options to make plain html-based app with basic templates. You can chain htmls and utilize ruby string interpolation. You can generate simple json API with authentication. Or you can go with SPA (single-page app). It uses Vue.js for UI because it shares fast-by-design philosophy and very similar to AngularJS 1. In all cases you have database (sqlite by default) available out of the box.
Crate is a developer tool to help package up your application as a custom static build of the ruby interpreter plus all dependent binary extensions. All the pure ruby code (the ruby application, the ruby stdlib, etc ) is packed into one or more SQLite databases. The final distributable pieces are a single executable and a few SQLite databases which can be then wrapped up appropriately as an OS X App; a self extracting executable for Windows; a shar archive, rpm or tarball for Unixes.
ToARFF is a ruby gem to convert sqlite database file to ARFF (Attribute-Relation File Format) file.
Add the executable "csv_to_sqlite" to your terminal, wich is used to create a SQLite3 database with all data from a csv file by running "csv_to_sqlite file.csv". It was developed to be used as a command line.
A dbadapter implementation to use sqlite3 as jobstore
utility functions for ActiveRecord.
Parses CSV files to a custom SQLite Database, with custom headers and filtering
RDF for SQLite is a container gem for getting the simplest RDF-based applications off the ground. It uses quite a few modular gems and fixes a little inconsistency between RDF.rb and ActiveModel. This basically boils down to RDF.rb + ActiveModel + Spira + SQLite3 to create a pretty straightforward repository, serializer, parser, and ORM.
A Sequence Read Archive (SRA) download script and Ruby interface to the SRAdb (SRA metadata) SQLite database.
DataMapper models wrapping Skype v5's sqlite tables
RDoc plugin to generate markdown documentation and search index as sqlite database for entire content.
Fast webserver log parser for persisting daily pageviews per path to sqlite
This is that ActiveRecord adapter for the Amalgalite Database gem. The Amalgalite gem embeds the SQLite database inside a ruby extensions.
football-to-sqlite - load / read football.txt datafiles into a sqlite database
The SQLite Cache gem allows you cache slow queries in ruby code. It provides a simple API to make it easy to add caching to your ruby code.
Foreigner like FK migration for SQLite3
runoff provides functionality to export all the Skype chat history or only specified chats from the Skype SQLite database file to text files
This gem get all table infomations using activerecord.
A web-based DB GUI for MySQL, Postgres, SQLite, etc.
converts SQLite to DBase
Generate requests reports in HTML, OrgMode, and SQLite format from an Apache log file. Superseded by Log Sense (https://rubygems.org/gems/log_sense).
SQLite Runner for Mumuki
restfulie
Provides access to SQLite3 using the RDO interface
a simple tool to build a password/pin number sqlite repository based on user defined parameters 2. archive passwords/pin numbers, usernames, and corresponding site data 3. and search data. requires sqlite3. minor big fixes and bundle migration.
Adds SQLite in memory and file testing abilities in addition to MySQL or other db tests. You must provide the configuration in your database.yml file.