Hacker News new | ask | show | jobs
by o1lab 2418 days ago
xmysql - Creates instant REST APIs over a mysql database.

https://github.com/o1lab/xmysql/

Give it a try.

(Im the author)

1 comments

o1lab, FYI, I considered xmysql recently, for my needs it's not currently enough because I'd like to have access rights management. IMHO utilizing the DB users for that is ideal - authenticate the mysql Db users in your rest service session. (PostgREST seems to do this)
ACL and other features are work in progress. Please watch repo for updates.
Deploy Kong in front?