Bug Free Spork

Sat Jan 13 2018

Bug-Free-Spork (BFS) is a Laravel Eloquent inspired ORM wrirten in Kotlin.

BFS currently only supports MySQL but was written to be easily expandable. Through the use of grammars, any relational database can be theoretically supported.

Interfacing with the database is done using plain Java/Kotlin objects with various annotations providing metadata, such as column names, table names, etc.

In addition to providing an ORM, BFS provides a basic query builder, enabling developers to abstract away cumbersome SQL queries into a beautiful Java API.

While written in Kotlin, BFS is fully interoperable with Java.