Categories: None [Edit]

rack-autocrud

https://rubygems.org/gems/rack-autocrud
https://github.com/thentenaar/rack-autocrud
Rack middleware that works with Sinatra to dynamically create CRUD endpoints and routes based on models. It ain't perfect, but it works. These generated CRUD routes are assumed to return a Rack response. It's important to note, that you models and endpoints must be in separate modules (read: namespaces). Input and Response data are formatted as JSON. See the README for more info.

Total

Ranking: 22,931 of 189,968
Downloads: 66,504

Daily

Ranking: 62,503 of 189,933
Downloads: 2

Depended by

RankDownloadsName

Depends on

RankDownloadsName
121,210,978,352json
136332,549,865sinatra

Owners

#GravatarHandle
1iconTHentenaar