SQLite
Aus Mein Wiki
Sebra (Diskussion | Beiträge) (Die Seite wurde neu angelegt: „= SQLite mit Java = * SQLJet is an independent pure Java implementation of a popular SQLite database management system. SQLJet is a software library that provides…“) |
Sebra (Diskussion | Beiträge) |
||
Zeile 1: | Zeile 1: | ||
- | = SQLite mit Java = | + | == SQLite mit Java == |
+ | * http://www.sqlite.org/docs.html | ||
+ | |||
+ | === SQLJet === | ||
* SQLJet is an independent pure Java implementation of a popular SQLite database management system. SQLJet is a software library that provides API that enables Java application to read and modify SQLite databases. | * SQLJet is an independent pure Java implementation of a popular SQLite database management system. SQLJet is a software library that provides API that enables Java application to read and modify SQLite databases. | ||
* SQLJet does not support SQL queries; there is an API to work with the database on a lower level. | * SQLJet does not support SQL queries; there is an API to work with the database on a lower level. | ||
+ | * open source | ||
+ | * http://sqljet.com/ | ||
+ | * http://sqljet.com/tutorial.html | ||
+ | * SQLite: The Hammer For Software Problems | ||
+ | ** http://www.squidoo.com/sqlitehammer |