DEV Community

What SQLite CAN actually do

Pacharapol Withayasakpunt on May 03, 2020

Not sure about other RDBMS's. JSON handling This is possible via JSON1 extension. I believe the functions and syntaxes are different in...
Collapse
 
michi profile image
Michael Z • Edited

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!)