SQLite
Aus Mein Wiki
Sebra (Diskussion | Beiträge) K (→SQLJet) |
Sebra (Diskussion | Beiträge) |
||
Zeile 1: | Zeile 1: | ||
== SQLite mit Java == | == SQLite mit Java == | ||
+ | * http://www.sqlite.org/docs.html | ||
+ | |||
=== SQLJet === | === 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. | ||
Zeile 6: | Zeile 8: | ||
* http://sqljet.com/ | * http://sqljet.com/ | ||
* http://sqljet.com/tutorial.html | * http://sqljet.com/tutorial.html | ||
+ | * SQLite: The Hammer For Software Problems | ||
+ | ** http://www.squidoo.com/sqlitehammer |