Sequel

Sequel: The Database Toolkit for Ruby (by jeremyevans)

Sequel Alternatives

Similar projects and alternatives to Sequel

  1. Ruby on Rails

    Ruby on Rails

  2. InfluxDB

    InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.

    InfluxDB logo
  3. Django

    533 Sequel VS Django

    The Web framework for perfectionists with deadlines.

  4. crystal

    247 Sequel VS crystal

    The Crystal Programming Language

  5. desktop

    222 Sequel VS desktop

    Focus on what matters instead of fighting with Git. (by desktop)

  6. ruby

    201 Sequel VS ruby

    The Ruby Programming Language

  7. sqlc

    182 Sequel VS sqlc

    Generate type-safe code from SQL

  8. TypeORM

    170 Sequel VS TypeORM

    ORM for TypeScript and JavaScript. Supports MySQL, PostgreSQL, MariaDB, SQLite, MS SQL Server, Oracle, SAP Hana, WebSQL databases. Works in NodeJS, Browser, Ionic, Cordova and Electron platforms.

  9. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  10. TablaM

    The practical relational programing language for data-oriented applications

  11. sqlx

    151 Sequel VS sqlx

    🧰 The Rust SQL Toolkit. An async, pure Rust SQL crate featuring compile-time checked queries without a DSL. Supports PostgreSQL, MySQL, and SQLite. (by launchbadge)

  12. pytudes

    104 Sequel VS pytudes

    Python programs, usually short, of considerable difficulty, to perfect particular skills.

  13. migrate

    78 Sequel VS migrate

    Database migrations. CLI and Golang library.

  14. SQLDelight

    33 Sequel VS SQLDelight

    SQLDelight - Generates typesafe Kotlin APIs from SQL

  15. unikraft

    A next-generation cloud native kernel designed to unlock best-in-class performance, security primitives and efficiency savings.

  16. JDBI

    29 Sequel VS JDBI

    The Jdbi library provides convenient, idiomatic access to relational databases in Java and other JVM technologies such as Kotlin, Clojure or Scala.

  17. Async Ruby

    An awesome asynchronous event-driven reactor for Ruby. (by socketry)

  18. Roda

    23 Sequel VS Roda

    Routing Tree Web Toolkit

  19. Polyphony

    Fine-grained concurrency for Ruby

  20. FS2

    17 Sequel VS FS2

    Compositional, streaming I/O library for Scala

  21. cl-ppcre

    13 Sequel VS cl-ppcre

    Common Lisp regular expression library

  22. ROM

    5 Sequel VS ROM

    Data mapping and persistence toolkit for Ruby

  23. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better Sequel alternative or higher similarity.

Sequel discussion

Log in or Post with

Sequel reviews and mentions

Posts with mentions or reviews of Sequel. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-09-01.
  • Sequel: The Database Toolkit for Ruby
    5 projects | news.ycombinator.com | 1 Sep 2024
  • Even more Opentelemetry!
    4 projects | dev.to | 6 Jun 2024
    While Ruby is not this famous anymore, I still wanted the stack in my architecture. I eschewed Ruby on Rails in favor of the leaner Sinatra framework. I use sequel for database access. The dynamic nature of the language was a bit of a hurdle, which is why it took me more time to develop my service than with Go.
  • Sequel 5.80.0 Released
    1 project | news.ycombinator.com | 1 May 2024
  • Ruby Sequel Google group banned
    1 project | news.ycombinator.com | 10 Apr 2024
  • Ask HN: What is your go-to stack for the web?
    5 projects | news.ycombinator.com | 9 Feb 2024
  • Ruby 3.3
    11 projects | news.ycombinator.com | 24 Dec 2023
    Some of the most enlightening books I’ve read when I was first learning Ruby were Text Processing in Ruby, and Building Awesome Command Line Apps in Ruby 2. They each reveal certain features and perspectives that work towards this end, such as text parsing moves, Ruby flags to help you build shell 1-liners you can pipe against, and features with stdio beyond just printing to stdout.

    Then add in something like Pry or Irb, where you are able to build castles in your sandbox.

    Most of my data exploration happens in Pry.

    A final book I’ll toss out is Data Science at the Command Line, in particular the first 40 or so pages. They highlight the amount of tooling that exists that’s just python shell scripts posing as bins. (Ruby of course has every bit of the same potential.) I had always been aware of this, but I found the way it was presented to be very inspirational, and largely transformed how I work with data.

    A good practical example I use regularly is: I have a project set up that keeps connection strings for ten or so SQL Server DBs that I regularly interact with. I have constants defined to expedite connections. The [Sequel library](https://sequel.jeremyevans.net/) is absolutely delightful to use. I have a `bin/console` file that sets up a pry session hooking up the default environment and tools I like to work with. Now it’s very easy to find tables with certain names, schemas, containing certain data, certain sprocs, mass update definitions across our entire system.

    ```

  • Python: Just Write SQL
    21 projects | news.ycombinator.com | 14 Aug 2023
    Thea answer to your prayers already exists: http://sequel.jeremyevans.net/.

    By far the best database toolkit (ORM, query builder, migration engine) I have seen for any programming language.

  • Is ORM still an anti-pattern?
    15 projects | news.ycombinator.com | 27 Jun 2023
    Ruby sequel (http://sequel.jeremyevans.net/) is the only library where you can combine classic ORM Model bases usage, with a more raw query builder "just get me all the data into plain objects". You'll never need anything again in your career life.
  • Ask HN: What are some of the most elegant codebases in your favorite language?
    37 projects | news.ycombinator.com | 17 Jun 2023
  • Sketch of a Post-ORM
    14 projects | news.ycombinator.com | 2 Jun 2023
    If you want a db tool which can be an ORM for your app, and drop down to a lower level dsl, while targeting specific features of the databases it supports, + having a "composable superset for building queries", there's [ruby sequel](http://sequel.jeremyevans.net/), which is the best tool of the kind you'll get for any proglang. Everything the author wants, minus the typrchecking perhaps, which is IMO shooting at the stars.
  • A note from our sponsor - InfluxDB
    www.influxdata.com | 16 May 2025
    InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now. Learn more →

Stats

Basic Sequel repo stats
41
5,032
9.1
5 days ago

jeremyevans/sequel is an open source project licensed under MIT License which is an OSI approved license.

The primary programming language of Sequel is Ruby.


Sponsored
InfluxDB – Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
www.influxdata.com

Did you know that Ruby is
the 12th most popular programming language
based on number of references?