https://github.com/inqwell/entity-sql
SQL Persistence for entity-core
https://github.com/inqwell/entity-sql
clojure crud sql
Last synced: over 1 year ago
JSON representation
SQL Persistence for entity-core
- Host: GitHub
- URL: https://github.com/inqwell/entity-sql
- Owner: inqwell
- License: epl-1.0
- Created: 2017-06-18T16:25:00.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2019-12-28T15:25:47.000Z (over 6 years ago)
- Last Synced: 2025-03-01T08:02:10.477Z (over 1 year ago)
- Topics: clojure, crud, sql
- Language: Clojure
- Size: 15.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# entity-sql
A Clojure library to provide SQL persistence for entities defined
with [`entity-core`](https://github.com/inqwell/entity-core)
using [`HugSQL`](https://www.hugsql.org).
Documentation can be found [here](https://inqwell.github.io/entity-sql/index.html)
## Usage
`[entity/entity-sql "0.1.2"]`
## License
Copyright © 2018 Inqwell Ltd
Distributed under the Eclipse Public License either version 1.0 or (at
your option) any later version.