UNPKG

@fizzyflow/suisql

Version:

SuiSQL is a library and set of tools for working with decentralized SQL databases on the Sui blockchain and Walrus protocol.

6 lines (5 loc) 142 B
export default class SuiSqlLog { static _debug: boolean; static switch(onOff: boolean): void; static log(...args: any[]): void; }