db
db copied to clipboard
Data access layer for PostgreSQL, CockroachDB, MySQL, SQLite and MongoDB with ORM-like features.
Is this authentication supported - https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/UsingWithRDS.IAMDBAuth.Connecting.Go.html#UsingWithRDS.IAMDBAuth.Connecting.GoV2 ?
Hello sorry for asking here maybe there has been some issue like this before but I tried looking online and in the documentation I see that there is only the...
Don't wrap byte-slices as JSON. This seems to fix a regression caused by https://github.com/upper/db/commit/a6ed3911af80a19f87b1408a2b7626b431fc4532#diff-f5192cd3f0d513df75fe48612bfb73b960650e0ab8b9100d71d17bf4a0e87572
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.24.0 to 0.31.0. Commits b4f1988 ssh: make the public key cache a 1-entry FIFO cache 7042ebc openpgp/clearsign: just use rand.Reader in tests 3e90321 go.mod: update golang.org/x dependencies...
I don't find Ilike() function
https://tour.upper.io/welcome/01
I have been getting frequent slow query logs in my application, and in an effort to reduce them, have discovered that the slowQueryThreshold is hard coded to 200ms. I would...
I am creating a transaction with: ``` session.TxContext(ctx, func(txSession db.Session) error { err := DoSomething(txSession) return err }, nil) DoSomething internally uses InsertReturning to insert a number of rows into...
Hello there! 👋 This adds the generic types `JSONMapOf[T]` and `JSONBArrayOf[T]` to the `postgresql` and `coackroachdb` adapters while maintaining backward compatibility. I have aliased the `JSONBMap` and `JSONArray` and marked...
Hello, I'd like to notify you that several security vulnerabilities were discovered in upper-db. We have prepared a report with technical details about the discovered vulnerabilities. Therefore, we ask you...