Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 470 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 470 Bytes

Expose sql methods as nodejs methods

arguments

  • every method that is called should consist on only 1 argument of type object, in it should be passed every argument of sql function,procedure ... etc

  • mssql

    • main: ok
    • transactions: pending
  • mysql: pending

  • postgres:

    • main: ok
    • transactions: ok
  • sqlite: pending

Build Status