Click here to Skip to main content
15,891,136 members
Articles / Programming Languages / Typescript

Building a Simple Typescript ORM around sqlite

Rate me:
Please Sign up or sign in to vote.
0.00/5 (No votes)
4 Sep 2021CPOL1 min read 5.2K   4  
This is a very easy way to build your ORM and have full control over how the database and query is setup.
In this tip, you will learn how to build a simple TypeScript ORM around your favorite sqlite.

Views

Daily Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer (Senior)
Sweden Sweden
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions