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,581 of 187,638
Downloads: 65,565

Daily

Ranking: 121,503 of 187,621
Downloads: 0

Depended by

RankDownloadsName

Depends on

RankDownloadsName
131,137,862,497json
133320,643,084sinatra

Owners

#GravatarHandle
1iconTHentenaar