loukoum
loukoum copied to clipboard
A simple SQL Query Builder
One of the main reasons I would like to use loukoum is the claim to handle SQL injection in the builder pattern (quoting table and column names, escaping etc.) While...
Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.7.0 to 1.8.0. Commits 181cea6 impr: CallerInfo should print full paths to the terminal (#1201) cf1284f Allow mock expectations to be ordered (#1106) 66eef0e fix: assert.MapSubset (or...
Bumps [github.com/lib/pq](https://github.com/lib/pq) from 1.10.4 to 1.10.6. Commits 8c6de56 Merge pull request #1081 from catj-cockroach/add-kubernetes-secret-support d8917fa adds support for kubernetes mounted private keys 54a3a4b Merge pull request #1082 from johanneswuerbach/connector-dialer 30d9faf...
Is there a performance benchmark of Loukoum? I'm looking to migrate from Squirrel and Loukoum seems very promising, but i have the concern of how performant is this lib. Many...
See https://www.postgresql.org/docs/current/static/queries-order.html
Do you had any plans to support Postgres [JSON/JSONB](https://www.postgresql.org/docs/10/static/datatype-json.html) data types? One example would be a "containment" query against `JSONB` structures. Currently I use a work around like this: ```...
Bumps [github.com/lib/pq](https://github.com/lib/pq) from 1.10.4 to 1.10.7. Commits d5affd5 Merge pull request #1088 from kelvich/sni_support d65e6ae Merge pull request #1083 from nhooyr/fix-receiver-51e2 957fc0b Set SNI for TSL connections 89fee89 Use pointer...
Bumps [github.com/jackc/pgx/v5](https://github.com/jackc/pgx) from 5.1.1 to 5.3.1. Changelog Sourced from github.com/jackc/pgx/v5's changelog. 5.3.1 (February 27, 2023) Fix: Support v4 and v5 stdlib in same program (Tomáš Procházka) Fix: sql.Scanner not being...