mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
9088ae17b6
it simple to write high performance applications using SQL databases from Objective-C. The library consists of a semi-abstract superclass doing much of the work and allowing extremely simple database specific bundles to be written to talk to particular database servers. It comes with backend bundles for Postgres, MySQL, and SQLite (plus an untested Oracle bundle).
8 lines
442 B
Plaintext
8 lines
442 B
Plaintext
This library is a lightweight database abstraction layer designed to make
|
|
it simple to write high performance applications using SQL databases from
|
|
Objective-C.
|
|
The library consists of a semi-abstract superclass doing much of the work
|
|
and allowing extremely simple database specific bundles to be written to
|
|
talk to particular database servers. It comes with backend bundles for
|
|
Postgres, MySQL, and SQLite (plus an untested Oracle bundle).
|