Sequel

Sequel 4.27.0 updated

Sequel is much more than an ORM. It's a complete solution for interacting with databases from Ruby, managing and interfacing with the entire database, not just its data. Developers can use the IRB console or Sequel's own DSL to quickly assemble...

TinyDB

TinyDB 3.2.1 updated

Comparing TinyDB to MySQL or PostgreSQL is like comparing an ant to the planet Jupiter. At ~100 KB and ~800 lines of source code, TinyDB is one of the smallest No-SQL, document-oriented database systems around. The main purpose of its existence is to...

ToroDB

ToroDB 0.23 / 0.40-alpha3 updated

ToroDB mixes the NoSQL and RDBMS design patterns allowing fast data storage of JSON files but all the versatility and query power of classic relational databases. The database engine was built on the MongoDB protocol which allows it to easily work and...

Mysql2

Mysql2 0.4.2 updated

Mysql2 was developed at GitHub for simplifying the way Ruby developers work with MySQL. With Mysql2, it is extremely easy to connect to a database, run MySQL queries and then return the results in a readable format. This is Mysql2 links to the...

Apache Drill

Apache Drill 1.4.0 updated

Apache Drill was created to allow developers to query up to 10,000 servers and handle petabytes of query data within seconds. Drill is Apache's response to Google's Dremel package, providing an open source solution for running large data...

Mongoid

Mongoid 5.0.0 updated

MongoDB is a document-oriented database, perfect for high intensive load environments. Mongoid is written in Ruby and it offers a familiar API for developers that previously used ORMs like Data Mapper or Active Record. Because of MongoDB's...

SQL-DB

SQL-DB 0.971.2

Supports any database system running the SQL language.Features:connect() to the database deploy() the schema (CREATE TABLEs etc) Using one or more "abstract rows" obtained via arow() the developer can do() insert, update or delete queries. Using...

sql.js

sql.js 0.3.1 updated

sql.js is actually a port to JavaScript of the SQLite database system.It was ported using the Emscripten LLVM-to-JavaScript compiler.sql.js works with client-side (browsers) and server-side (Node.js) environments.A demo Web interface for executing SQL...