Skip to main content
Module

x/pasta/src/index.ts

Create and manipulate type-safe SQL for PostgreSQL
Go to Latest
File
export * as extractor from "./schema-extractor.ts";export * as generators from "./static-modules-generator.ts";export * as db from "./transaction.ts";export * as sql from "./sql-builder.ts";