console/packages/services/storage
Laurin 0b091375b5
Some checks are pending
ci / package (push) Waiting to run
ci / build (push) Blocked by required conditions
ci / publish_docker_cli (push) Blocked by required conditions
ci / trigger staging deployment (push) Blocked by required conditions
ci / code-style (push) Waiting to run
ci / typescript (push) Waiting to run
ci / graphql-schema (push) Waiting to run
chore: move all schema version crud logic from legacy storage module to dedicated class (#8029)
2026-05-11 22:59:29 +02:00
..
src chore: move all schema version crud logic from legacy storage module to dedicated class (#8029) 2026-05-11 22:59:29 +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 Upgrade graphql-inspector to flag defaulted inputs as dangerous (#8021) 2026-04-30 17:00:24 -07: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 prettier v3 and apply fixes to existing files (#3279) 2023-11-07 07:14:57 +00: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.