Getting Started
Prerequisites
Make sure that you have Node.js (> v12) and TypeScript installed. Also, you must have curl available as it is required during the installation steps.
Installation
With npm:
$ npm install sqlx-ts
With yarn:
$ yarn add sqlx-ts
Verify the installation of sqlx-ts
binary by running
$ npx sqlx-ts --version
🚀 you now have sqlx-ts
installed 🚀