dartonic 0.0.14 copy "dartonic: ^0.0.14" to clipboard
dartonic: ^0.0.14 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.14 #

  • add auto generate uuuid by MySQL and Postgres, add custom errors: DatabaseError.

0.0.13 #

  • Change with clause from with_ to with$.

0.0.12 #

  • Added view method and with clause.

0.0.11 #

  • Added transactions support.

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.
15
likes
150
points
142
downloads

Publisher

verified publisherevandersondev.com.br

Weekly Downloads

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.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

mysql1, postgres, sqlite3, uuid

More

Packages that depend on dartonic