console/packages/services/storage
renovate[bot] 4481eeb320
chore(deps): update dependency @types/pg to v8.10.2 (#2404)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-06-06 07:26:11 +00:00
..
src Changes in rate-limiter to allow no data-loss for Enterprise users (#2353) 2023-06-01 12:35:36 +02:00
.env.template Replace tgz artifacts with Docker images and refactor all CI pipelines (#808) 2022-12-20 16:34:46 +02:00
.gitignore add prettier-plugin-sql (#1555) 2023-03-07 11:34:59 +02:00
LICENSE chore: update year in LICENSEs (#53) 2022-05-23 23:10:27 +02:00
package.json chore(deps): update dependency @types/pg to v8.10.2 (#2404) 2023-06-06 07:26:11 +00:00
README.md Migrations refactoring, separate migrations/storage packages and support .mts migrations with dependencies (#1044) 2023-01-18 08:54:47 +01:00
schemats.cjs Migrations refactoring, separate migrations/storage packages and support .mts migrations with dependencies (#1044) 2023-01-18 08:54:47 +01:00
tsconfig.json Migrations refactoring, separate migrations/storage packages and support .mts migrations with dependencies (#1044) 2023-01-18 08:54:47 +01:00

@hive/storage

Service for creating database access layer and manage data storage.

We are using Slonik as a wrapper for our Postgres instance.