Conclusion
Review what we've learned in this course and explore the next steps.
We'll cover the following...
Wrapping up
First, congratulations on learning about TypeScript ORMs in Node.js.
So far in the course, we’ve discussed the following:
ORMs and how they make development easier for engineers by providing high-level abstraction around SQL, making it possible to work with several SQL databases without actually writing the SQL queries ourselves. ...