summaryrefslogtreecommitdiff
path: root/databases/sqlclient (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - add category gnustepDirk Meyer2007-01-311-1/+1
| | | | | | | | PR: 103931 Approved by: pav Notes: svn path=/head/; revision=183799
* - update to 1.3.0Dirk Meyer2007-01-293-5/+7
| | | | Notes: svn path=/head/; revision=183629
* - update to use new bsd.gnustep.mkDirk Meyer2007-01-131-11/+2
| | | | | | | Approved by: gurkan@linuks.mine.nu Notes: svn path=/head/; revision=182275
* This library is a lightweight database abstraction layer designed to makeDirk Meyer2006-10-314-0/+96
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). Notes: svn path=/head/; revision=175695