This is an example repository created for the following blog article: Building a simple (but overengineered) database abstraction with TypeScript.
yarn start
Runs the TypeScript compiler in watch mode.yarn run build
Run the TypeScript compiler once.yarn run lint
Lint all the TypeScript files.yarn test
Run all tests.node app/index.js
Run the demo code.
Markus Oberlehner
Website: https://markus.oberlehner.net
Twitter: https://twitter.com/MaOberlehner
PayPal.me: https://paypal.me/maoberlehner
MIT