@technicity/mysql-template-client-sdk
v0.1.2
Published
Technicity Template MySQL Client SDK (TypeScript)
Downloads
1
Readme
Technicity Template MySQL Client TypeScript SDK
Usage
import * as config from "/path/to/configuration";
import createSDK, { RuntimeMySQL } from "@technicity/mysql-template-client-sdk";
const dbSdk = createSDK({ runtime: RuntimeMySQL, clientOpts: { ...config.database.mysql, debug: [] } });
export default dbSdk;