Skip to main content
Module

x/ponder/mod.ts

Simple ORM for PostGRES
Go to Latest
File
//here we need to gather and export all created functionsexport { poolConnection, query, poolDisconnect} from "./library/connection.ts";export { QueryBuilder } from "./library/querybuilder.ts";export { Introspect } from './library/introspection.ts';export { Model } from './library/model.ts'