Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 719 Bytes

README.md

File metadata and controls

19 lines (16 loc) · 719 Bytes

typescript-database-abstraction

This is an example repository created for the following blog article: Building a simple (but overengineered) database abstraction with TypeScript.

Getting started

  • 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.

About

Author

Markus Oberlehner
Website: https://markus.oberlehner.net
Twitter: https://twitter.com/MaOberlehner
PayPal.me: https://paypal.me/maoberlehner

License

MIT