fluent_query_builder 1.1.6 copy "fluent_query_builder: ^1.1.6" to clipboard
fluent_query_builder: ^1.1.6 copied to clipboard

outdated

A dart library that allows you to execute SQL queries in the PostgreSQL database in a fluent way, is very easy to execute.

1.0.0 #

  • Initial version

1.0.1 #

  • fix

1.0.1 #

  • fix dartfmt

1.0.5 #

  • remove static DBLayer db conection

1.0.11 #

  • refactor and overall bug fixes

1.0.16 #

  • implemented mysql initial support

1.1.0 #

  • improvements against SQL injection with the introduction of the whereSafe() and orWhereSafe() methods, introducing the count() method to modify the query to count the database records, in addition to automatically introducing the limit and offset for the first() and firstAsMap(), in addition to several bug fixes for better compatibility with MySQL. And update the Readme with more examples.

1.1.1 #

  • fix break in getAsMap method in PostgreSQL implementation

1.1.2 #

  • add orWhereGroup and whereGroup method for grouping conditions
49
likes
0
pub points
62%
popularity

Publisher

verified publishergalileodart.com

A dart library that allows you to execute SQL queries in the PostgreSQL database in a fluent way, is very easy to execute.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

logging, mysql1, pool, postgres, sqljocky5

More

Packages that depend on fluent_query_builder