Not sure about other RDBMS's.
JSON handling
This is possible via JSON1 extension. I believe the functions and syntaxes are different in...
For further actions, you may consider blocking this person and/or reporting abuse
Something I like about sqlite is that you can just have a database in-memory or in a file, that's great for running tests against. It's possible even if you actually use a different sql flavor (thanks ORMs!)