Hello, all!

i've been using sqlite3 since 2004 or 2005, and i can't believe i'm just no
subscribing to the list. (sqlite3 is so easy to use, who needs support? ;)

i'd like to announce a new C library called cpdo (because it's modeled after
PHP's PDO API):

http://fossil.wanderinghorse.net/repos/cpdo/

The sqlite3-based driver is the "reference implementation" for the API, and
it supports all of the features DB-using apps "normally need" (not including
highly driver-dependent operations like scrollable cursors and random access
to parts of blobs). We've also got a MySQL driver, since a DB abstraction
API supporting only one back-end is pretty senseless.

If there are any other C hackers left out there aside from DRH himself, i
would love to hear your input/suggestions/comments/etc. (Off-list please -
they're not topical here.)

Happy Hacking!

-- 
----- stephan beal
http://wanderinghorse.net/home/stephan/
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to