Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zetxx/expose-sql-methods
https://github.com/zetxx/expose-sql-methods
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/zetxx/expose-sql-methods
- Owner: zetxx
- Created: 2021-08-19T09:07:55.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-07-24T06:06:37.000Z (5 months ago)
- Last Synced: 2024-09-24T09:07:14.717Z (3 months ago)
- Language: JavaScript
- Size: 42 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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](https://travis-ci.com/zetxx/expose-sql-methods.svg?branch=master)](https://travis-ci.com/zetxx/expose-sql-methods)