Skip to content
This repository has been archived by the owner on Mar 4, 2019. It is now read-only.

sean0x42/SQLAdapter

Repository files navigation

SQL Adapter

GitLicense Coverage Status Say Thanks!

An ORM for adapting Java objects into SQL and back again. Inspired by ActiveRecord. This library was originally built very quickly to aid in a university assignment.

Maintained by Sean Bailey.

Features

  • Save, query, or delete models with a single line.
  • Chain SQL functions together for more control over your queries.
  • Automatically infers information such as table names, column names, and more.
  • Highly configurable.

Usage

Start by extending io.seanbailey.sqladapter.Model on any of your models.

import io.seanbailey.sqladapter.Model;

public class User extends Model {
  // ...
}

Then head over to the quick start guide, or read the documentation (coming soon) to get started.

Thanks

This library was battle tested by my university mates:

About

An ORM for adapting Java objects into SQL and back again.

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published