Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tamizhvendan/suave.odata
An Experimental OData Implementation in Suave
https://github.com/tamizhvendan/suave.odata
Last synced: 3 days ago
JSON representation
An Experimental OData Implementation in Suave
- Host: GitHub
- URL: https://github.com/tamizhvendan/suave.odata
- Owner: tamizhvendan
- License: mit
- Created: 2016-07-12T09:33:00.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-07-19T12:07:19.000Z (over 8 years ago)
- Last Synced: 2024-11-23T04:40:20.566Z (2 months ago)
- Language: F#
- Homepage:
- Size: 54.7 KB
- Stars: 0
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Suave.OData
An Experimental OData Implementation in Suave## Steps To Run
* Create a database with the name `mydb` in postgres
> In case if you are using a different database name change the connection string in
src/Suave.OData.Web/App.config* Update the connection string in `database.json`
* Run `build.sh` or `build.fsx`