Hacker News new | ask | show | jobs
by d_burfoot 2497 days ago
I've been toying with the idea of using SQLite as a data exchange format instead of JSON or XML. I can't stand navigating through complex JSON trees, I want to just use SQL queries. Has anyone else tried this?
1 comments

Works well if your data is big and doesn't have to be read on a web browser.