Skip to content

Latest commit

 

History

History
executable file
·
17 lines (10 loc) · 460 Bytes

File metadata and controls

executable file
·
17 lines (10 loc) · 460 Bytes

DataKit

Helper library built around node-postgres and the drizzle ORM. Assembled to provide a consistent library to synchronize all of the data schemas across the various services that make up the project.

Usage

import { Client } from 'datakit';

const client = new Client();

// Do Stuff!

It really is as simple as that. For more detailed documentation, see the Schema Documentation.