maoberlehner / typescript-database-abstraction

This is an example repository created for the following blog article: https://markus.oberlehner.net/blog/2017/03/building-a-simple-database-abstraction-with-typescript/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

This is an example repository created for the following blog article: https://markus.oberlehner.net/blog/2017/03/building-a-simple-database-abstraction-with-typescript/

License:MIT License


Languages

Language:TypeScript 100.0%