Wiki
Download
Manual
Eggs
API
Tests
Bugs
show
edit
history
You can edit this page using
wiki syntax
for markup.
Article contents:
== Outdated egg! This is an egg for CHICKEN 3, the unsupported old release. You're almost certainly looking for [[/eggref/4/sqlite3-records|the CHICKEN 4 version of this egg]], if it exists. If it does not exist, there may be equivalent functionality provided by another egg; have a look at the [[https://wiki.call-cc.org/chicken-projects/egg-index-4.html|egg index]]. Otherwise, please consider porting this egg to the current version of CHICKEN. [[tags: egg]] == Sqlite3-records === Introduction This extension provides a record-based front-end to the {{sqlite3}} extension. {{sqlite3-records}} writes, prepares, and caches all of the statements needed to efficiently create, read, update, and delete table records. To this it adds functions needed to manage hierarchical (also called parent/child or master/detail) relationships, which are not supported by Sqlite but required for database normalization. === Limitations and Future Work Currently, only create, read, update, delete, and count queries are supported. Arbitrary aggregate and table-based queries are not yet supported. I expect to add basic support for non-join SQL operations. Additionally, record serialization is not yet supported (but is in progress).
Description of your changes:
I would like to authenticate
Authentication
Username:
Password:
Spam control
What do you get when you add 17 to 17?