はてなブックマークアプリ

サクサク読めて、
アプリ限定の機能も多数!

アプリで開く

はてなブックマーク

  • はてなブックマークって?
  • アプリ・拡張の紹介
  • ユーザー登録
  • ログイン
  • Hatena

はてなブックマーク

トップへ戻る

  • 総合
    • 人気
    • 新着
    • IT
    • 最新ガジェット
    • 自然科学
    • 経済・金融
    • おもしろ
    • マンガ
    • ゲーム
    • はてなブログ(総合)
  • 一般
    • 人気
    • 新着
    • 社会ニュース
    • 地域
    • 国際
    • 天気
    • グルメ
    • 映画・音楽
    • スポーツ
    • はてな匿名ダイアリー
    • はてなブログ(一般)
  • 世の中
    • 人気
    • 新着
    • 新型コロナウイルス
    • 働き方
    • 生き方
    • 地域
    • 医療・ヘルス
    • 教育
    • はてな匿名ダイアリー
    • はてなブログ(世の中)
  • 政治と経済
    • 人気
    • 新着
    • 政治
    • 経済・金融
    • 企業
    • 仕事・就職
    • マーケット
    • 国際
    • はてなブログ(政治と経済)
  • 暮らし
    • 人気
    • 新着
    • カルチャー・ライフスタイル
    • ファッション
    • 運動・エクササイズ
    • 結婚・子育て
    • 住まい
    • グルメ
    • 相続
    • はてなブログ(暮らし)
    • 掃除・整理整頓
    • 雑貨
    • 買ってよかったもの
    • 旅行
    • アウトドア
    • 趣味
  • 学び
    • 人気
    • 新着
    • 人文科学
    • 社会科学
    • 自然科学
    • 語学
    • ビジネス・経営学
    • デザイン
    • 法律
    • 本・書評
    • 将棋・囲碁
    • はてなブログ(学び)
  • テクノロジー
    • 人気
    • 新着
    • IT
    • セキュリティ技術
    • はてなブログ(テクノロジー)
    • AI・機械学習
    • プログラミング
    • エンジニア
  • おもしろ
    • 人気
    • 新着
    • まとめ
    • ネタ
    • おもしろ
    • これはすごい
    • かわいい
    • 雑学
    • 癒やし
    • はてなブログ(おもしろ)
  • エンタメ
    • 人気
    • 新着
    • スポーツ
    • 映画
    • 音楽
    • アイドル
    • 芸能
    • お笑い
    • サッカー
    • 話題の動画
    • はてなブログ(エンタメ)
  • アニメとゲーム
    • 人気
    • 新着
    • マンガ
    • Webマンガ
    • ゲーム
    • 任天堂
    • PlayStation
    • アニメ
    • バーチャルYouTuber
    • オタクカルチャー
    • はてなブログ(アニメとゲーム)
    • はてなブログ(ゲーム)
  • おすすめ

    ChatGPT

『Sequel: The Database Toolkit for Ruby』

  • 人気
  • 新着
  • すべて
  • Class: Sequel::Dataset [Sequel: The Database Toolkit for Ruby]

    3 users

    sequel.rubyforge.org

    A dataset represents an SQL query, or more generally, an abstract set of rows in the database. Datasets can be used to create, retrieve, update and delete records. Query results are always retrieved on demand, so a dataset can be kept around and reused indefinitely (datasets never cache results): my_posts = DB[:posts].filter(:author => 'david') # no records are retrieved my_posts.all # records are

    • 暮らし
    • 2010/12/20 16:56
    • sequel
    • ruby
    • File: association_basics.rdoc [Sequel: The Database Toolkit for Ruby]

      4 users

      sequel.rubyforge.org

      Association Basics This guide is based on guides.rubyonrails.org/association_basics.html Why Associations? Associations exist to simplify code that deals with related rows in separate database tables. Without associations, if you had classes such as: class Artist < Sequel::Model end class Album < Sequel::Model end And you wanted to get all of the albums for a given artist (assuming each album was

      • 学び
      • 2010/08/10 16:48
      • sequel
      • File: migration.rdoc [Sequel: The Database Toolkit for Ruby]

        3 users

        sequel.rubyforge.org

        Migrations This guide is based on guides.rubyonrails.org/migrations.html Overview Migrations make it easy to alter your database’s schema in a systematic manner. They make it easier to coordinate with other developers and make sure that all developers are using the same database schema. Migrations are optional, you don’t have to use them. You can always just create the necessary database structure

        • 暮らし
        • 2010/07/11 02:38
        • sequel
        • ruby
        • database
        • Sequel: The Database Toolkit for Ruby - Plugins

          3 users

          sequel.rubyforge.org

          Sequel::Model Plugins Sequel::Model has a very flexible and standardized plugin architecture, see the RDoc. Here is a list of plugins that members of the Sequel community have developed: Built-in Plugins association_proxies: Changes the *_to_many association method to return a proxy instead of an array of objects. caching: Supports caching primary key lookups of model objects to any object that su

          • 世の中
          • 2009/08/12 00:18
          • Sequel
          • ruby
          • Sequel: The Database Toolkit for Ruby

            4 users

            sequel.rubyforge.org

            Sequel provides thread safety, connection pooling and a concise DSL for constructing database queries and table schemas. Sequel also includes a lightweight but 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, master/slave configurations, and databa

            • テクノロジー
            • 2009/06/28 11:52
            • ruby
            • Database
            • ツール
            • programming
            • File: README.rdoc [Sequel: The Database Toolkit for Ruby]

              8 users

              sequel.rubyforge.org

              Sequel is a lightweight database access toolkit for Ruby. Sequel provides thread safety, connection pooling and a concise DSL for constructing database queries and table schemas. Sequel also includes a lightweight but comprehensive ORM layer for mapping records to Ruby objects and handling associated records. Sequel supports advanced database features such as prepared statements, bound variables,

              • 世の中
              • 2009/05/18 00:02
              • sequel
              • ruby
              • sinatra
              • DB
              • sql
              • heroku
              • *プログラミング
              • programming
              • File: cheat_sheet.rdoc [Sequel: The Database Toolkit for Ruby]

                23 users

                sequel.rubyforge.org

                Cheat Sheet Open a database require 'rubygems' 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

                • 暮らし
                • 2009/05/06 02:14
                • sequel
                • chatsheet
                • Ruby
                • DB
                • ORM
                • gem
                • Database
                • Sequel: The Database Toolkit for Ruby - Documentation

                  18 users

                  sequel.rubyforge.org

                  General Info, Guides, Examples, and Tutorials README Cheat Sheet Dataset Filtering Advanced Associations Prepared Statements/Bound Variables Master/Slave Databases and Sharding Schema Modification Full API RDoc, Main Classes/Modules: Sequel Sequel::Database Sequel::Dataset Sequel::Model Sequel::Model::Associations Sequel::Model::Associations::EagerLoading Change Log Release Notes License External

                  • 学び
                  • 2009/02/27 07:41
                  • sequel
                  • ruby
                  • orm
                  • gem
                  • document
                  • db
                  • http://sequel.rubyforge.org/rdoc/

                    10 users

                    sequel.rubyforge.org

                    • 学び
                    • 2008/08/27 02:00
                    • sequel
                    • ruby
                    • web開発
                    • システム開発
                    • 開発
                    • プログラミング
                    • Sequel: The Database Toolkit for Ruby

                      121 users

                      sequel.rubyforge.org

                      Ruby Sequel is a lightweight database toolkit for Ruby.Sequel provides thread safety, connection pooling and a concise DSL for constructing database queries and table schemas. Sequel also includes a lightweight but comprehensive ORM layer for mapping records to Ruby objects and handling associated records. Sequel supports advanced database features such as prepared statements, bound variables, mas

                      • 世の中
                      • 2007/05/29 15:38
                      • ruby
                      • sequel
                      • orm
                      • db
                      • database
                      • sql
                      • ライブラリ
                      • library
                      • sqlite
                      • データベース

                      このページはまだ
                      ブックマークされていません

                      このページを最初にブックマークしてみませんか?

                      『Sequel: The Database Toolkit for Ruby』の新着エントリーを見る

                      キーボードショートカット一覧

                      j次のブックマーク

                      k前のブックマーク

                      lあとで読む

                      eコメント一覧を開く

                      oページを開く

                      はてなブックマーク

                      • 総合
                      • 一般
                      • 世の中
                      • 政治と経済
                      • 暮らし
                      • 学び
                      • テクノロジー
                      • エンタメ
                      • アニメとゲーム
                      • おもしろ
                      • アプリ・拡張機能
                      • 開発ブログ
                      • ヘルプ
                      • お問い合わせ
                      • ガイドライン
                      • 利用規約
                      • プライバシーポリシー
                      • 利用者情報の外部送信について
                      • ガイドライン
                      • 利用規約
                      • プライバシーポリシー
                      • 利用者情報の外部送信について

                      公式Twitter

                      • 公式アカウント
                      • ホットエントリー

                      はてなのサービス

                      • はてなブログ
                      • はてなブログPro
                      • 人力検索はてな
                      • はてなブログ タグ
                      • はてなニュース
                      • ソレドコ
                      • App Storeからダウンロード
                      • Google Playで手に入れよう
                      Copyright © 2005-2025 Hatena. All Rights Reserved.
                      設定を変更しましたx