Size: 298
Comment:
|
Size: 523
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 5: | Line 5: |
There is also a JDB driver for it and it's JPA compliant. | There is also a [[https://mvnrepository.com/artifact/org.xerial/sqlite-jdbc/3.28.0|JDBC driver]] for it ([[https://github.com/xerial/sqlite-jdbc|Github source code]]) and it's JPA compliant. A JDBC sample URL for a BD stored in sample.db file is {{{ jdbc:sqlite:sample.db }}} |
sqlite
SQLite is a C-language library that implements a small, fast, self-contained, high-reliability, full-featured, SQL database engine. SQLite is the most used database engine in the world.
There is also a JDBC driver for it (Github source code) and it's JPA compliant.
A JDBC sample URL for a BD stored in sample.db file is
jdbc:sqlite:sample.db