myniqx.dev
myniqx.dev/projects
npm package

@datrix/adapter-postgres-core

databaseormtypescriptpostgresqlpostgresadapterdatrix

01 //Overview

Driver-agnostic PostgreSQL adapter core for the Datrix framework, providing full CRUD, relation population, and migration support without depending on a specific driver.

exfiltrate
v0.2.0

Driver-agnostic PostgreSQL adapter core for the Datrix framework. Provides full CRUD, relation population, migration support, and native referential integrity enforcement — without depending on pg or any specific driver.

00 // Install
npm install @datrix/adapter-postgres-core
in this repo
@datrixv0.2.0
TypeScript-first database management framework. Provides flexible REST API query capabilities without being a standalone application — integrate it into your existing project, keep your own server and framework.
@datrix/adapter-jsonv0.2.0
File-based JSON adapter for Datrix. Zero external dependencies, ideal for development, testing, static sites, and small-scale applications.
@datrix/adapter-mongodbv0.2.0
MongoDB adapter for Datrix. Full CRUD, manual referential integrity enforcement, relation population, and migration support.
@datrix/adapter-mysqlv0.2.0
MySQL and MariaDB adapter for Datrix. Full CRUD, native FK constraints, relation population, and migration support.
@datrix/adapter-postgresv0.2.0
PostgreSQL adapter for Datrix. Full CRUD, native FK constraints, three populate strategies, and transactional migration support.
@datrix/adapter-postgres-corev0.2.0
Driver-agnostic PostgreSQL adapter core for the Datrix framework, providing full CRUD, relation population, and migration support without depending on a specific driver.
@datrix/apiv0.2.0
HTTP REST API plugin for Datrix. Auto-generates CRUD routes for every schema, handles JWT and session authentication, and enforces RBAC permissions.
@datrix/cliv0.2.0
Command-line interface for Datrix. Run migrations, generate TypeScript types, and export or import data.
@datrix/corev0.2.0
The core of Datrix. Handles schema definition, validation, query building, relations, and database migrations without being tied to a specific database engine.
</> crafted by burak okur · myniqx.dev · 2026