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: 23,418 of 193,154
Downloads: 67,289

Daily

Ranking: 78,136 of 193,130
Downloads: 3

Depended by

RankDownloadsName

Depends on

RankDownloadsName
121,281,202,427json
140343,033,065sinatra

Owners

#GravatarHandle
1iconTHentenaar