Skip to content

BlackRookSoftware/SQL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Black Rook SQL

Copyright (c) 2019-2022 Black Rook Software.
https://github.com/BlackRookSoftware/SQL

Latest Release

Required Libraries

NONE

Required Java Modules

java.sql

Which requires:

java.logging
java.transaction.xa
java.xml
java.base

Where to Get

Introduction

This library contains classes for DB functions and query management/building.

Why?

Everybody deserves a better way to retrieve SQL data away from the boilerplate, as well as turning the data into Java-friendly structures quickly.

Library

Contained in this release is a series of classes that are used for DB server functions, plus object conversion utilities. Supports transactions and annotation-based fetching.

The javadocs contain basic outlines of each package's contents.

Compiling with Maven

To install/compile this library and make all artifacts with Apache Maven, type:

mvn install

To compile this library, type:

mvn compile

To make Maven-compatible JARs of this library, type:

mvn jar:jar

To make Javadocs:

mvn javadoc:javadoc

To run tests, type:

mvn test

To generate a coverage report, type:

mvn test jacoco:report

To clean up everything:

mvn clean

Javadocs

Online Javadocs can be found at: https://blackrooksoftware.github.io/SQL/javadoc/

Other

This program and the accompanying materials are made available under the terms of the LGPL v2.1 License which accompanies this distribution.

A copy of the LGPL v2.1 License should have been included in this release (LICENSE.txt). If it was not, please contact us for a copy, or to notify us of a distribution that has not included it.

This contains code copied from Black Rook Base, under the terms of the MIT License (docs/LICENSE-BlackRookBase.txt).

About

A library used for DB server functions, plus object conversion utilities. Supports transactions and annotation-based fetching.

Topics

Resources

License

Contributing

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages