[+] SQLite sucks

pull/131/head
Azalea 2025-03-19 04:42:29 -04:00
parent 7fd02976cb
commit ac8e2981a9
2 changed files with 6 additions and 0 deletions

View File

@ -42,3 +42,9 @@ docker compose up
### Building
You need to install JDK 21 on your system, then run `./gradlew clean build`. The jar file will be built into the `build/libs` folder.
## Why drop SQLite support?
If you wonder why I dropped SQLite support, ask SQLite devs why they still haven't supported adding a single constraint to a table without all the hassle of creating a new one and migrating all data over and finally deleting the original.
![](sqlite-sucks.png)

Binary file not shown.

After

Width:  |  Height:  |  Size: 972 KiB