Mysql interface

hello - i see this topic was partially covered in an earlier post:

https://www.ruby-forum.com/topic/4411532

specifically, i am using mysql and am coming from a php environment
where i learned to love PDO. the most important point of pdo is the
use of DBI “context variables” rather than the error-prone use of
question-marks embedded in a query.

UPDATE: i believe ruby-sequel calls these “named placeholders”.

many forum postings seem to recommend “sequel”. is this something more
geared for the M$-database, or is sequel truly generic in nature,
working equally well with all databases?

thank you all very much.

On Thu, Oct 31, 2013, at 16:14, mark edwards wrote:

for the micro$oft database, or is sequel truly generic in nature,
working equally well with all databases?

thank you all very much.

ActiveRecord and Sequel are the most widely used database mapper
libraries
in the Ruby world. They both support a large number of different
database
backends. Both also support the “named placeholder” feature that you
mention:

User.where(“first_name = :name OR last_name = :name”, :name =>
“Harrison”)

Am 31.10.2013 18:53, schrieb Lars H.:

ActiveRecord and Sequel are the most widely used database mapper
libraries
in the Ruby world.

There is also DataMapper.

Regards,
Marcus

On Fri, Nov 1, 2013, at 9:15, [email protected] wrote:

Am 31.10.2013 18:53, schrieb Lars H.:

ActiveRecord and Sequel are the most widely used database mapper
libraries in the Ruby world.

There is also DataMapper.

AFAIK there has been no activity on the core DataMapper codebase
for more than a year, so if starting a new project today I would
probably not consider using it.

ActiveRecord and Sequel are the most widely
used database mapper libraries in the Ruby world

i suspect asking which is the preferred one is like asking who has the
better soccer team??

On 1 Νοε 2013, at 13:46 , mark edwards [email protected] wrote:

ActiveRecord and Sequel are the most widely
used database mapper libraries in the Ruby world

i suspect asking which is the preferred one is like asking who has the
better soccer team??

F.C. Bayern Munich and Sequel.


Posted via http://www.ruby-forum.com/.

Panagiotis (atmosx) Atmatzidis

email: [email protected]
URL: http://www.convalesco.org
GnuPG ID: 0x1A7BFEC5
gpg --keyserver pgp.mit.edu --recv-keys 1A7BFEC5