Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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`