https://github.com/active-group/active-jdbc
Functions to work with JDBC building upon next.jdbc
https://github.com/active-group/active-jdbc
Last synced: 2 months ago
JSON representation
Functions to work with JDBC building upon next.jdbc
- Host: GitHub
- URL: https://github.com/active-group/active-jdbc
- Owner: active-group
- License: epl-2.0
- Created: 2022-06-27T09:04:54.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-07-20T15:48:59.000Z (almost 4 years ago)
- Last Synced: 2025-03-04T12:05:09.757Z (over 1 year ago)
- Language: Clojure
- Size: 11.7 KB
- Stars: 0
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Active-JDBC
This is a small layer on top of
[next-jdbc](https://github.com/seancorfield/next-jdbc), giving you
composable SQL query fragments and queries that can depend on the
database they are executed against.
## Documentation
The API documentation for the latest release are available [here](https://cljdoc.xyz/d/de.active-group/active-jdbc/CURRENT).
## License
Copyright © 2022 Active Group GmbH
Distributed under the Eclipse Public License either version 1.0 or (at
your option) any later version.