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,057 of 191,633
Downloads: 66,758

Daily

Ranking: 22,471 of 191,606
Downloads: 11

Depended by

RankDownloadsName

Depends on

RankDownloadsName
121,239,111,180json
138336,625,957sinatra

Owners

#GravatarHandle
1iconTHentenaar