News

It’s more than a productivity boost, it’s a smarter way to write, understand, and optimize queries, whether you're a seasoned developer or just getting started with SQL.” — Oleksii Honcharov, Head of ...
With Go 1.9, driver-specific things are not needed, everything (I need) can be achieved with the standard database/sql library. Even calling stored procedures with OUT parameters, or ...
Dapper is a great tool if you want to write database-agnostic code. However, sometimes you need to access functionality that is provider-specific. This assembly adds support for writing ...