Installation
sh
npm install ts-query-modelRecommended packages
ts-query-model has no direct runtime dependencies. The following packages are also recommended to be installed in your application:
sql-template-strings to safely format your SQL:
sh
npm install sql-template-stringsmysql2 if you are working with a MySQL database:
sh
npm install mysql2pg if you are working with a PostgreSQL database:
sh
npm install pgsqlite3 if you are working with a SQLite database:
sh
npm install sqlite3