サクサク読めて、アプリ限定の機能も多数!
トップへ戻る
衆院選
sequel.jeremyevans.net
Cheat Sheet ¶ ↑ Open a database¶ ↑ require 'sequel' DB = Sequel.sqlite('my_blog.db') DB = Sequel.connect('postgres://user:password@localhost/my_db') DB = Sequel.postgres('my_db', user: 'user', password: 'password', host: 'localhost') DB = Sequel.ado('mydb') Open an SQLite memory database¶ ↑ Without a filename argument, the sqlite adapter will setup a new sqlite database in memory. DB = Sequel.sqli
Thread safety, connection pooling and a concise DSL for constructing SQL queries and table schemas. Comprehensive ORM layer for mapping records to Ruby objects and handling associated records. Advanced database features such as prepared statements, bound variables, stored procedures, savepoints, two-phase commit, transaction isolation, primary/replica configurations, and database sharding. With ad
Querying in Sequel¶ ↑ This guide is based on guides.rubyonrails.org/active_record_querying.html Purpose of this Guide¶ ↑ Sequel is a flexible and powerful database library that supports a wide variety of different querying methods. This guide aims to be a introduction to Sequel’s querying support. While you can use raw SQL with Sequel, a large part of the advantage you get from using Sequel is Seq
Release Notes Sequel 5 5.76 | 5.75 | 5.74 | 5.73 | 5.72 | 5.71 | 5.70 | 5.69 | 5.68 | 5.67 | 5.66 | 5.65 | 5.64 | 5.63 | 5.62 | 5.61 | 5.60 | 5.59 | 5.58 | 5.57 | 5.56 | 5.55 | 5.54 | 5.53 | 5.52 | 5.51 | 5.50 | 5.49 | 5.48 | 5.47 | 5.46 | 5.45 | 5.44 | 5.43 | 5.42 | 5.41 | 5.40 | 5.39 | 5.38 | 5.37 | 5.36 | 5.35 | 5.34 | 5.33 | 5.32 | 5.31 | 5.30 | 5.29 | 5.28 | 5.27 | 5.26 | 5.25 | 5.24 | 5.23 |
このページを最初にブックマークしてみませんか?
『Sequel: The Database Toolkit for Ruby』の新着エントリーを見る
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く