dartonic 0.0.10
dartonic: ^0.0.10 copied to clipboard
A database query builder inspired by Drizzle. It allows you to connect to various databases (SQLite, PostgreSQL, MySQL) and perform database operations using a fluent API.
0.0.10 #
- Fix returns list of empty maps/objects.
0.0.9 #
- Add a methods like drizzle findMany and findFirst.
0.0.8 #
- Add raw method from driver.
0.0.7 #
- Update convertion helper.
0.0.6 #
- Update convertion helper.
0.0.5 #
- Add postgres support.
0.0.4 #
- Update retuning method.
0.0.3 #
- Fix retuning method.
0.0.2 #
- MYSQL support.
0.0.1 #
- SQLite support.