-
The repo hosts three code samples that demonstrate the use of the Cloud SQL Connector for Java to connect to the managed versions of [MySQL], [Postgres] and [SQL Server][sqlserver] databases (CloudSQL…
-
## Problem
While the software is evolving, there's often need to rename tables and columns when the knowledge of the purpose of it develops. However, Prisma migrations does not give tools for doing…
-
When using the appsec component, you cannot keep track of the bouncer version because the head request overrides the useragent in database
```
cscli bouncers list
────────────────────────────────…
-
Right now, the naming of Profile and Image are very inconsistent throughout the application, both front-end and back-end.
For example,
Profile vs Portfolio
Image vs Photo.
Let's renaming all o…
-
### User Story
DEDA -- Data engineering database access
I would like to be able to make contents of the CaDeT output bucket (COB) available for visualisation without compromising the security and ru…
-
**why/what**
A follow up to the refactoring work of service accounts - https://github.com/grafana/grafana/pull/58961
We want to make the packages reflect the new backend structure of impl/test.
DoD:…
-
Create an interface for the database strucure, and make more entity class.
Some refactoring in the database aswell.
-
The GraphQL query and mutation tests have quite a bit of copy/paste in order to write for all data bases which is good sign that there is room for some refactoring of the test classes.
We can take …
-
Similar to how `database/sql` provides a way to register different drivers for database types.
This might require some hefty refactoring on the database side. Providing a ViewDriver interface shoul…
-
Hello!
River is an excellent piece of software, I'm in love with it :)
---
Recently, I tried to integrate river migration with the migration tooling that uses `pgx/v5`'s `pgx.Conn` to drive t…