east-mysql2
Version:
mysql2 adapter for east
12 lines (8 loc) • 296 B
text/typescript
import type {MySQLClient} from 'east-mysql2'
export const tags: string[] = []
export const migrate = async (client: MySQLClient): Promise<void> => {
// await client.db.query("SQL")
}
export const rollback = async (client: MySQLClient): Promise<void> => {
// await client.db.query("SQL")
}