Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alisson-gomesc/jkniv
Powering your database/repositories with Java code agnostic from JDBC and SQL
https://github.com/alisson-gomesc/jkniv
cassandra couchdb jdbc jpa
Last synced: 4 months ago
JSON representation
Powering your database/repositories with Java code agnostic from JDBC and SQL
- Host: GitHub
- URL: https://github.com/alisson-gomesc/jkniv
- Owner: alisson-gomesc
- License: lgpl-2.1
- Created: 2018-02-20T20:49:29.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-16T03:44:04.000Z (about 2 years ago)
- Last Synced: 2024-09-30T04:05:53.560Z (4 months ago)
- Topics: cassandra, couchdb, jdbc, jpa
- Language: Java
- Homepage: http://jkniv.sf.net
- Size: 5.56 MB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
JKNIV
=====[![Maven Central](https://maven-badges.herokuapp.com/maven-central/net.sf.jkniv/jkniv/badge.svg)](https://maven-badges.herokuapp.com/maven-central/net.sf.jkniv/jkniv)
[![License: LGPL v2.1](https://img.shields.io/badge/License-LGPL%20v2_1-blue.svg)](https://www.gnu.org/licenses/lgpl-2.1)
[![Twitter](https://img.shields.io/twitter/follow/BeJkniv.svg?label=Follow&style=social)](https://twitter.com/BeJkniv)`jkniv` is set of Java libraries to help software development. A Switzerland penknife (kniv).
- [jkniv-sqlegance](http://jkniv.sourceforge.net/jkniv-sqlegance/index.html) A library for build static or dynamic SQLs from XML files, handling SQL external to java code.
- [jkniv-whinstone](http://jkniv.sourceforge.net/jkniv-whinstone/index.html) A repository implementation for database (JDBC, Cassandra, CouchDB, JPA).## Version number
Set up new version number:
mvn versions:set -DnewVersion=0.6.8
from 0.6.8 to 0.6.9
mvn validate -DbumpPatch
from 0.6.8 to 0.7.0mvn validate -DbumpMinor
from 0.6.8 to 1.0.0
mvn validate -DbumpMajor
## DeployDeploy on github artifacts:
mvn deploy
Deploy on sonytype artifacts:mvn deploy -Drelease=true