Skip to content

nickerber/typescript-database-abstraction

 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 100.0%