A collection of bundles for Sequel Ace meant to aide in development of Typescript projects.
There are currently two Typescript-related bundles whose descriptions you can see below.
This bundle allows you to generate a Typescript interface from the table(s) that you have selected.
From the table(s) that you have selected, this bundle allows you to generate a Sequelize model and an accompanying interface, which will be used to instantiate a class for the model.
- Download a ZIP file of the repository and unzip it.
- Double-click on the bundle package to install it.
- Launch Sequel Ace and connect to a database. Select one or more tables, then choose a command from the Bundles > Generate menu.
Additional contributors are welcome and encouraged. Please make sure your code is well-tested before opening a pull request.