Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/s-a/sqlanywhere-json-remote-webservice
A Sybase Sql Anywhere Json Remote Zombie Webservice.
https://github.com/s-a/sqlanywhere-json-remote-webservice
Last synced: about 5 hours ago
JSON representation
A Sybase Sql Anywhere Json Remote Zombie Webservice.
- Host: GitHub
- URL: https://github.com/s-a/sqlanywhere-json-remote-webservice
- Owner: s-a
- Created: 2012-11-27T21:35:34.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2012-11-28T20:48:44.000Z (almost 12 years ago)
- Last Synced: 2024-04-14T22:49:10.150Z (7 months ago)
- Language: JavaScript
- Size: 113 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
sqlanywhere-json-remote-webservice
==================================A Sybase Sql Anywhere Json Remote Zombie Webservice.
Requires
========
* Sybase Sql Anywhere Database Server and Database with web server support available.
* Install the *.sql files.
* nodejs
* should
* xml2jsClone the repository and run the tests
======================================
* git clone https://github.com/s-a/sqlanywhere-json-remote-webservice.git
* cd test
* npm install should
* npm install xml2js
* cd ..
* mocha -R List
* Sql Anywhere Web Service response should equal 200: 63ms
* Response SAQRecordSet should get correct data: 0ms
* Response SAQRecordSet should get correct meta data: 0ms
* 3 tests complete (78ms)