I made a standalone Ember Data RESTAdapter compatible web/database server for development

I couldn’t find such a thing when I started playing with Ember, so I just made one. It’s a single Perl script that embeds a web server (Mojolicious) and uses a single-file daemonless SQL database (SQLite) and has an Ember-compatible REST API. Should run anywhere Perl runs.

In case anyone finds it useful. :smile:

https://github.com/groovy9/sqlite4ember

Nice! For new ember users to find this add it to https://emberflare.com/entries/new and ask Owain to put it in http://emberweekly.com/

Done! I didn’t know about this. I’ll be using those myself. :slight_smile: