*** 573,575 **** --- 573,579 ---- backends including SQLite (via PySQLite). *: {link: http://s11n.net/ s11n}: - s11n is a general-purpose C++ serialization framework with optional support for sqlite3. + + *: {link: http://cvs.savannah.gnu.org/viewcvs/gnustep/dev-libs/SQLClient/?root=gnustep SQLClient}: - + The SQLClient library is designed to provide a simple interface to SQL databases for {link: http://www.gnustep.org GNUstep} applications. It does not attempt the sort of abstraction provided by the much more sophisticated GDL2 library, but rather allows applications to directly execute SQL queries and statements. + SQLClient supports sqlite3.