Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/johnpili/sqliter
A SQLite repository library
https://github.com/johnpili/sqliter
repository sqlite
Last synced: 23 days ago
JSON representation
A SQLite repository library
- Host: GitHub
- URL: https://github.com/johnpili/sqliter
- Owner: johnpili
- License: mit
- Created: 2022-11-06T13:54:28.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2023-07-01T19:27:14.000Z (over 1 year ago)
- Last Synced: 2024-04-17T20:18:50.459Z (7 months ago)
- Topics: repository, sqlite
- Language: Java
- Homepage:
- Size: 17.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SQLiter
A SQLite repository library. It aims to reduce your coding time by wrapping the commonly used database operation into this
library. It is not an ORM replacement but more like a helper library for JDBC.