Manipulate your SQLite database like a giant Javascript object. Built with o1.
Show HN: NoSQL, but it's SQLite
gist.github.com
1–10 of 48 posts
Show HN: NoSQL, but it's SQLite
gist.github.com
At work, we're using sql server, and i stored all json as base64 string though.
At work, we're using sql server, and i stored all json as base64 string though.
Earlier quoted context omitted.
Submitted it to The Daily WTF yet?
Why ??
{ "id": 42, "quantity": 12, bla bla bla
And you want rows where this column has quantity and quantity ≥ 20
How do you do it if you encode everything as base 64?