console/packages/services/storage
Laurin Quast ec77725ca1
feat: persistent job queue with postgraphile worker (#7383)
Co-authored-by: jdolle <1841898+jdolle@users.noreply.github.com>
2026-01-12 13:13:23 +01:00
..
src feat: persistent job queue with postgraphile worker (#7383) 2026-01-12 13:13:23 +01: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 initial schema proposals feature work (#6836) 2025-12-18 05:17:20 +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 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.