db icon indicating copy to clipboard operation
db copied to clipboard

Data access layer for PostgreSQL, CockroachDB, MySQL, SQLite and MongoDB with ORM-like features.

Results 131 db issues
Sort by recently updated
recently updated
newest added

Hello - I'd like to use https://pkg.go.dev/modernc.org/sqlite for my SQLite driver (it's CGO free!). Is this possible, and if it's not currently possible, do you think it's a good idea...

Can you provide page to compare with other ORM stuff?

Would be nice to have a convience method for update-or-insert as needed, to reduce the risk of user code mucking this up.

Hi everyone, This project really seem to fill a need I have and I'm mighty glad I stumbled upon it again :) A quick question: I just went through the...

I was using sqlite3 and [gorm](https://github.com/go-gorm/gorm) and found a memory leak problem, then I tried upper-db, the same problem. Maybe it is caused by the driver library [mattn/go-sqlite3](https://github.com/mattn/go-sqlite3)? But from...

> This package is effectively in maintenance mode and is not actively developed. Small patches and features are only rarely reviewed and merged. We recommend using pgx which is actively...

https://github.com/qiniu/qmgo This one looks good.

Hi, is there any way I can use sql **HAVING** clause with sqlbuilder? I only found **GROUP BY** in the source... **HAVING** is essential for the app I am building....

I use UUID primary keys in my database and throughout the application. I am hoping for these UUIDs to work with upper.db as if they were normal integer values but...

When designing the data table, we added the table name prefix (a_table, b_table, c_table,...) to each table name It may be that multiple projects share a database, or other reasons,...