Putting the wpsqlite.db in the root is probably a security risk.
I haven't checked what the default position is but by default it should be somewhere else where unauthorised users can't reach it like where MySQL would keep its data.
Protecting it with htaccess also means nothing as htaccess files can be replaced with malicious htaccess easily. It is very easy to hack wordpress.
Putting the
wpsqlite.dbin the root is probably a security risk.I haven't checked what the default position is but by default it should be somewhere else where unauthorised users can't reach it like where MySQL would keep its data.
Protecting it with htaccess also means nothing as htaccess files can be replaced with malicious htaccess easily. It is very easy to hack wordpress.