nosql
nosql copied to clipboard
NoSQL is an abstraction layer for data persistency
Bumps [github.com/go-sql-driver/mysql](https://github.com/go-sql-driver/mysql) from 1.7.1 to 1.8.1. Release notes Sourced from github.com/go-sql-driver/mysql's releases. v1.8.1 What's Changed Bugfixes: fix race condition when context is canceled in #1562 and #1570 Full Changelog: https://github.com/go-sql-driver/mysql/compare/v1.8.0...v1.8.1...
This PR contains an ambitious prototype that aims to serve as the foundation of the next major version of this package. This iteration tries to ensure that the behavior of...
Bumps [github.com/jackc/pgproto3/v2](https://github.com/jackc/pgproto3) from 2.3.2 to 2.3.3. Commits 945c212 Backport fixes from pgx v5 See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR...
Bumps [github.com/jackc/pgx/v4](https://github.com/jackc/pgx) from 4.18.1 to 4.18.3. Changelog Sourced from github.com/jackc/pgx/v4's changelog. 4.18.3 (March 9, 2024) Use spaces instead of parentheses for SQL sanitization. This still solves the problem of negative...
This commit adds a MongoDB connector and closes smallstep/certificates#141 **Note**: To enable transactions the database must a replica set, I made the connection fail if the condition was not met....
#### Name of feature: Database/table check before creation #### Pain or issue this feature alleviates: Allowing operation with less privileged mysql user #### Why is this important to the project...
### What would you like to be added I want to run step ca as a less privileged user, who can only insert, update, and select from tables, without creating...
### Subject of the issue `TestBadger` fails when running reproducibility testing on 32-bit / i386 debian ### Your environment * OS: Debian * Version: unstable * Architecture: i386 ### Additional...
### What would you like to be added Default to the version of Badger required by existing DB files ### Why this is needed Rather than forcing the user to...