A database abstraction layer to provide a common interface across multiple
databases.

NOTE: The intention with dbi is a gasket that allows for switching backends
easily while in development, with the expectation that eventually you would
factor out dbi for the native db interface. You will get better performance
and security using the native eggs!

Supports: sqlite3, postgresql and (partially) mysql.

Chicken wiki page: http://wiki.call-cc.org/eggref/4/dbi
Fossil repository: https://www.kiatoa.com/fossils/dbi

Thanks go to Peter Bex for his help in making this happen.
_______________________________________________
Chicken-users mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/chicken-users

Reply via email to