print

The print method in SchemaJS is a static utility function used to output messages to the console. It provides a simple and consistent way to log information or display messages during the execution of queries, table operations, or other database interactions. This method can be useful for debugging, monitoring, or providing feedback to the developer or user.

function print(msg: string);

Last updated