1SQLiteDB(3kaya)              Kaya module reference             SQLiteDB(3kaya)
2
3
4

NAME

6       SQLiteDB - SQLite database interface module
7

DESCRIPTION

9       This  module allows querying of SQLite ⟨http://www.sqlite.org⟩ database
10       files, using the standard DB(3kaya) API.
11

TYPE SYNONYMS

13       SQLiteDB = DBHandle<SQLiteConnection>

DATA TYPES

15       SQLiteDB.SQLiteConnection (3kaya)

EXCEPTIONS

17       SQLiteDB.SQLiteError (3kaya)
18       SQLiteDB.TooManyRows (3kaya)

FUNCTIONS

20       SQLiteDB.connect (3kaya)

AUTHORS

22       Kaya  standard  library  by  Edwin  Brady,  Chris  Morris  and   others
23       (kaya@kayalang.org). For further information see http://kayalang.org/

LICENSE

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)
Impressum