Add ylib + various fixes

This commit is contained in:
Yorhel 2013-05-09 16:53:27 +02:00
parent 764f628cb7
commit 2f88c43171
6 changed files with 26 additions and 16 deletions

View file

@ -4,6 +4,10 @@ Multi-threaded Access to an SQLite3 Database
(Published on B<2011-11-26>. Also available in L<POD|http://dev.yorhel.nl/dat/sqlaccess>.)
(Minor 2013-04-06 update: I abstracted my message passing solution from ncdc
and implemented it in a POSIX C library for general use. It's called
I<sqlasync> and is part of my L<Ylib library collection|http://dev.yorhel.nl/ylib>.)
=head1 Introduction
As I was porting L<ncdc|http://dev.yorhel.nl/ncdc> over to use SQLite3 as