SchemaJS
  • Getting Started
    • Preview
    • Setting up your environment
    • Hello World
  • Fundamentals
    • TypeScript Support
    • Module Imports
    • Custom Queries
    • Hooks
  • Reference Guides
    • SchemaJS Global
      • Table
      • Column
      • DataTypes
      • QueryBuilder
      • query
      • rawInsert
      • insert
      • print
    • Examples
Powered by GitBook
On this page
  1. Reference Guides
  2. SchemaJS Global

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);
Previousinsert

Last updated 7 months ago