sequel
The Database Toolkit for Ruby
Install
- All systems
-
curl cmd.cat/sequel.sh
- Debian
-
apt-get install rubygem-sequel
- Ubuntu
-
apt-get install rubygem-sequel
- Arch Linux
-
pacman -S rubygem-sequel
- Kali Linux
-
apt-get install rubygem-sequel
- Fedora
-
dnf install rubygem-sequel
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install rubygem-sequel
- Raspbian
-
apt-get install rubygem-sequel
- Dockerfile
- dockerfile.run/sequel
rubygem-sequel
The Database Toolkit for Ruby
ruby-sequel
Simple, flexible, and powerful SQL database access toolkit for Ruby
Sequel provides thread safety, connection pooling and a concise DSL for constructing SQL queries and table schemas. Sequel includes a comprehensive ORM layer for mapping records to Ruby objects and handling associated records. Sequel supports advanced database features such as prepared statements, bound variables, stored procedures, savepoints, two-phase commit, transaction isolation, master/slave configurations, and database sharding. Sequel currently has adapters for ADO, Amalgalite, DataObjects, DB2, DBI, Firebird, IBM_DB, Informix, JDBC, MySQL, Mysql2, ODBC, OpenBase, Oracle, PostgreSQL, SQLite3, Swift, and TinyTDS.