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 4, the unsupported old release. You're almost certainly looking for [[/eggref/5/sqlite3pth|the CHICKEN 5 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-5.html|egg index]]. Otherwise, please consider porting this egg to the current version of CHICKEN. == sqlite3pth == Overview * Run SQLite queries asynchronously in pthreads. Supports calling Scheme from SQLite's VFS to supply database block storage. * Offloads the SQL work to pthreads; the chicken thread is free to continue. * VFS support allows sqlite3 to call back into chicken to supply blocks of the data base. (This is a breakout from ball.askemos.org - where the VFS is used to implement versioning and replication of the databases.) * Safe to be used with CHICKEN's srfi-18 threads. (I.e., does {{NOT}} use {{define-external}}.) == Requirements [[pthreads]] == API Currently only lightly [[https://github.com/0-8-15/sqlite3pth/|documented here]] at github. == About this egg === Source Code Currently [[https://github.com/0-8-15/sqlite3pth/|maintained here]] at github. === Author Jörg F. Wittenberger === License BSD
Description of your changes:
I would like to authenticate
Authentication
Username:
Password:
Spam control
What do you get when you subtract 15 from 13?