Hello,

Squalus <https://gitlab.com/qosenergy/squalus> is a small package that 
makes it easier to perform SQL queries in Go. It is a thin layer that sits 
on top of the regular Go SQL code and supported drivers (MySQL, SQLite, 
Postgres) and makes the coder’s life simple, with features such as named 
parameters, automatic expansion of slices of parameters (useful for IN 
clauses), scanning a row into a structure, scanning all rows into a slice 
or a channel, running a callback on query results. As compared to other 
similar packages, the idea is to keep writing SQL queries (it is not an 
ORM) but stop using cursors in favour of higher-level constructs.

The project is young and your feedback is welcome. Project URL: 
https://gitlab.com/qosenergy/squalus

Have a nice day,

Olivier.

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to