1SQLiteDB(3kaya) Kaya module reference SQLiteDB(3kaya)
2
3
4
6 SQLiteDB - SQLite database interface module
7
9 This module allows querying of SQLite ⟨http://www.sqlite.org⟩ database
10 files, using the standard DB(3kaya) API.
11
13 SQLiteDB = DBHandle<SQLiteConnection>
15 SQLiteDB.SQLiteConnection (3kaya)
17 SQLiteDB.SQLiteError (3kaya)
18 SQLiteDB.TooManyRows (3kaya)
20 SQLiteDB.connect (3kaya)
22 Kaya standard library by Edwin Brady, Chris Morris and others
23 (kaya@kayalang.org). For further information see http://kayalang.org/
25 The Kaya standard library is free software; you can redistribute it
26 and/or modify it under the terms of the GNU Lesser General Public
27 License (version 2.1 or any later version) as published by the Free
28 Software Foundation.
29
30
31
32Kaya December 2010 SQLiteDB(3kaya)