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: 4 months 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 (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-09-20T09:47:18.000Z (10 months ago)
- Last Synced: 2025-01-13T04:29:31.418Z (6 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
```