Skip to content

aikar/db

Repository files navigation

IDB - Intuitive Database Wrapper

This is my JDBC Database Wrapper, with the intent on providing a clean intuitive API, for access to a JDBC database,

IDB handles connections, query, execution, result fetching and data return for all the common access operations without the boilerplate of making all of the JDBC API's yourself.

Most Database operations can be completed in a single API call.

Built currently on top of Hikari Connection Pool.

Getting Started

Version: 1.0.0-SNAPSHOT

Project Setup: Maven, Gradle

Getting Started: Using IDB

API Documentation: IDB API

Real World Examples: Examples

Say Thanks

If this library has helped you, please consider donating as a way of saying thanks

PayPal Donate

Why does it require Java 8+?

Get off your dinosaur and get on this rocket ship!

Dinosaurs have been dead for a long time, so get off it before you start to smell.

Download Java 8

Java Docs

TODO

Contributing

See Issues section.

Join #aikar on Spigot IRC - irc.spi.gt to discuss.

Or Code With Aikar Discord.

Other projects by Aikar / Empire Minecraft

  • ACF - Powerful Java Command Framework
  • TaskChain - Powerful context control to dispatch tasks Async, then access the result sync for API usage. Concurrency controls too.
  • Minecraft Timings - Add Timings to your plugin in a safe way that works on all Bukkit platforms (CraftBukkit - no timings, Spigot - Timings v1, Paper and Paper forks - Timings v2)

License

As with all my other public projects

IDB (c) Daniel Ennis (Aikar) 2014-2018.

IDB is licensed MIT. See LICENSE

About

Aikar's Intuitive JDBC Database Wrapper - A clean and intuitive API for Java to remove JDBC boilerplate.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages