Vignesh Jayavel
Results
3
comments of
Vignesh Jayavel
trafficstars
@dragonslayerx if the overhead of installing db is the concern here, I would like to mention that "sqlite" is an embeddable db engine which uses a "file" as a db.....
There would be no intervention/dependency for the enduser to install a db for the script to run. He wouldn't know that we are persisting on sqlite unless he sees the...