UNPKG

baileys-bottle

Version:

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

13 lines (12 loc) 316 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;