Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```