@aopslabs/aops-pg-bootstrap
v0.2.11
Published
PostgreSQL bootstrap and ordered migration helpers for an AOPS installation.
Readme
@aopslabs/aops-pg-bootstrap
PostgreSQL bootstrap and ordered migration helpers for an AOPS installation.
npm install @aopslabs/aops-pg-bootstrapThe package exports the strict, policy-backed bootstrap and migration APIs used by installed AOPS Server and CLI runtimes. That default path does not require a Drizzle development toolchain.
The separate workspace push, generate, and migrate adapter is opt-in. If
you use the aops-pg-bootstrap executable for those source-workspace
operations, install the optional peer beside it:
npm install --save-dev drizzle-kit@^0.31.9When that peer is absent, runtime imports and strict packaged migrations remain available; only the workspace adapter returns an explicit missing-peer error.
License
Copyright (c) 2026 Mehmet Zeki Sönmez. Licensed under the PolyForm Strict License 1.0.0. Public npm availability is not an Apache-2.0 or open-source grant. See LICENSE and NOTICE.
