Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rchomczyk/bulbasaur
A DSL, which allows for SQL queries generation.
https://github.com/rchomczyk/bulbasaur
Last synced: 17 days ago
JSON representation
A DSL, which allows for SQL queries generation.
- Host: GitHub
- URL: https://github.com/rchomczyk/bulbasaur
- Owner: rchomczyk
- License: mit
- Created: 2024-08-31T00:10:53.000Z (4 months ago)
- Default Branch: master
- Last Pushed: 2024-10-23T14:39:25.000Z (2 months ago)
- Last Synced: 2024-12-08T14:39:05.009Z (20 days ago)
- Language: Java
- Homepage:
- Size: 161 KB
- Stars: 3
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## bulbasaur
A DSL, which allows for SQL queries generation.
### Intent
*bulbasaur* was created to simplify process of writing SQL queries.
### Get started
##### Add repository
```kotlin
maven("https://repo.shiza.dev/releases")
```##### Add dependency
```kotlin
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.```kotlin
annotationProcessor("dev.shiza:bulbasaur-generator:1.4.0")
```