diff options
author | dinoex <dinoex@FreeBSD.org> | 2006-10-31 14:10:09 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2006-10-31 14:10:09 +0800 |
commit | 9d850892571e61b1c3fb261bad4fbac53ad82bc2 (patch) | |
tree | 7f5c2ae964bea2fd88353b3b5f38c48a1921b6d5 /databases/Makefile | |
parent | aa724209c7c639d0437e73ec1c9843280af56582 (diff) | |
download | freebsd-ports-gnome-9d850892571e61b1c3fb261bad4fbac53ad82bc2.tar.gz freebsd-ports-gnome-9d850892571e61b1c3fb261bad4fbac53ad82bc2.tar.zst freebsd-ports-gnome-9d850892571e61b1c3fb261bad4fbac53ad82bc2.zip |
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).
Diffstat (limited to 'databases/Makefile')
-rw-r--r-- | databases/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/databases/Makefile b/databases/Makefile index 60625bff7dae..7358f4b545d9 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -454,6 +454,7 @@ SUBDIR += rubygem-activerecord SUBDIR += rubygem-memcache-client SUBDIR += slony1 + SUBDIR += sqlclient SUBDIR += sqlite2 SUBDIR += sqlite3 SUBDIR += sqlrelay |