0.1.2 • Published 2 years ago

@technicity/mysql-template-client-sdk v0.1.2

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

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;