Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cralfa/jdbc-sqlite
Sample for creating and accessing SQLite database files in Java
https://github.com/cralfa/jdbc-sqlite
batch-file java jdbc maven sqlite
Last synced: 6 days ago
JSON representation
Sample for creating and accessing SQLite database files in Java
- Host: GitHub
- URL: https://github.com/cralfa/jdbc-sqlite
- Owner: CRaLFa
- Created: 2024-04-16T00:48:55.000Z (9 months ago)
- Default Branch: master
- Last Pushed: 2024-09-20T09:47:18.000Z (4 months ago)
- Last Synced: 2024-11-13T17:46:22.474Z (2 months ago)
- Topics: batch-file, java, jdbc, maven, sqlite
- Language: Java
- Homepage:
- Size: 15.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# jdbc-sqlite
Sample for creating and accessing SQLite database files in Java
## Prerequisites
- Java (≧ 1.8)
- [Apache Maven](https://maven.apache.org/)## Usage
```
$ mkdir {im,ex}port
$ mvn package
$ java -jar target/data-conversion-1.0.0-jar-with-dependencies.jar
```or execute `run.bat`
## Run test
```
$ mvn test
```