1.
Ruby/DBI - Direct database access layer for Ruby Ruby/DBI is not an ORM, like ActiveRecord or DataMapper. It is a lightweight, centralized API to database manipulation. An ORM may or may not be what you ...
2.
Ruby/DBI - Direct database access layer for Ruby Ruby/DBI differs in quite a few ways, however. It incorporates many "rubyisms" while maintaining the core DBI interface, and a suite of commonly used DBD's ...
3.
Ruby/DBI - Direct database access layer for Ruby It is a lightweight, centralized API to database manipulation. An ORM may or may not be what you want for a given situation, due to weight, ease-of-use or ...
4.
File: date.rb date.rb. Path: lib/dbi/utils/date.rb. Last Update: Mon Sep 15 20:27:14 -0700 2008. [Validate]
5.
Ruby/DBI - Direct database access layer for Ruby Ruby/DBI differs in quite a few ways, however. It incorporates many "rubyisms" while maintaining the core DBI interface, and a suite of commonly used DBD's ...
6.
to_time (DBI::Time) File lib/dbi/utils/time.rb, line 38 38: def to_time 39: if @original_time 40: @original_time 41: else 42: t = ::Time.now 43: ::Time.local(t.year, t.month, ...
7.
Ruby/DBI - Direct database access layer for Ruby Ruby/DBI differs in quite a few ways, however. It incorporates many "rubyisms" while maintaining the core DBI interface, and a suite of commonly used DBD's ...
8.
Ruby/DBI - Direct database access layer for Ruby Ruby/DBI differs in quite a few ways, however. It incorporates many "rubyisms" while maintaining the core DBI interface, and a suite of commonly used DBD's ...
9.
prepare (DBI::DBD::Pg::PgExecutor) File lib/dbd/pg/exec.rb, line 18 18: def prepare(stmt_name, sql) 19: @pg_conn.prepare(stmt_name, sql) 20: end.
10.
Ruby/DBI - Direct database access layer for Ruby Ruby/DBI differs in quite a few ways, however. It incorporates many "rubyisms" while maintaining the core DBI interface, and a suite of commonly used DBD's ...
|