Skip to content

TheWANDatabase/datakit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

The Database provider for The WAN Database

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published