UNPKG

baileys-bottle-devstroupe

Version:

A little package made by deadlinecode and updated by vspok for storing all the data from baileys in whatever database you want to use by using typeorm

13 lines (12 loc) 304 B
import { DataSourceOptions } from "typeorm"; declare class DB { static instance: DB; private dataSource; private constructor(); get: (db: DataSourceOptions, options?: { debug?: boolean; sync?: boolean; }) => any; } declare const _default: DB; export default _default;