diff Core/SQLite/README.txt @ 0:3959d33612cc

initial commit
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 19 Jul 2012 14:32:22 +0200
parents
children db4d996ea264
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/Core/SQLite/README.txt	Thu Jul 19 14:32:22 2012 +0200
@@ -0,0 +1,9 @@
+This API is strongly inspired by Google Chromium's code, but has been
+much simplified:
+
+http://src.chromium.org/viewvc/chrome/trunk/src/sql/
+http://maxradi.us/documents/sqlite/
+
+
+NOTES :
+* A statement is always valid (is_valid() always return true)