Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 539 Bytes

README.md

File metadata and controls

30 lines (19 loc) · 539 Bytes

bulbasaur

A DSL, which allows for SQL queries generation.

Intent

bulbasaur was created to simplify process of writing SQL queries.

Get started

Add repository
maven("https://repo.shiza.dev/releases")
Add dependency
implementation("dev.shiza:bulbasaur:1.4.0")
Annotation processor

Since version 1.4.0 of bulbasaur there is an implementation of automatically generated queries in compilation time.

annotationProcessor("dev.shiza:bulbasaur-generator:1.4.0")