-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Things to get familiar with:
-
Cloning a git repo with node.js code | Example - since removed
-
Making syscalls in node.js with
execSync(such as running a deno file) | Example -
Running a
*.tsfile with Deno | See ^above example -
How a live object is loaded from a file path | Example
-
Extracting a live object's tableSpec | Example
-
Converting a live object's tableSpec into the SQL statements needed to actually create it as a Postgres table | Example
-
Making raw queries in Typeorm (i.e.
SharedTables.query('<sql>', <bindings>)) | Example are all over the code base just grep for them
Metadata
Metadata
Assignees
Labels
No labels