saskodh / framework

Lightweight web framework for NodeJS inspired by Spring framework
26 stars 5 forks source link

Implement simple JdbcTemplate equivalent #8

Open saskodh opened 8 years ago

saskodh commented 8 years ago

Background

Spring simplifies the relational db access with a helper called JDBCTemplate. Example: https://spring.io/guides/gs/relational-data-access/

Goal

Have simple JdbcTemplate equivalent that can be used with every relational db. Provide support for the most used dbs (PostGRE, MySQL, MSSQL, Oracle..).