Difference between revisions of "SQLite"

From dbawiki
Jump to: navigation, search
(Created page with "A very handy little database as it is file based and included with almost everything. * [http://perlmaven.com/simple-database-access-using-perl-dbi-and-sql simple-database-acc...")
 
Line 2: Line 2:
 
* [http://perlmaven.com/simple-database-access-using-perl-dbi-and-sql simple-database-access-using-perl-dbi-and-sql - perlmaven.com]
 
* [http://perlmaven.com/simple-database-access-using-perl-dbi-and-sql simple-database-access-using-perl-dbi-and-sql - perlmaven.com]
 
* [http://www.easysoft.com/developer/languages/perl/dbi-debugging.html#good-dbi-practise dbi good practise - easysoft.com]
 
* [http://www.easysoft.com/developer/languages/perl/dbi-debugging.html#good-dbi-practise dbi good practise - easysoft.com]
 +
* [http://www.microhowto.info/howto/connect_to_a_sqlite_database_using_perl_dbi.html onnect_to_a_sqlite_database_using_perl - microhowto.info]

Revision as of 18:53, 2 September 2014

A very handy little database as it is file based and included with almost everything.