You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've found SQLite to be sufficiently memory efficient with the default settings and sufficiently speedy with SQLITE_OPEN_NOMUTEX and PRAGMA synchronous = 1;
Would be interested to compare with other data stores though. If you make it pluggable, I would be willing to commit and possibly maintain the SQLite backend.
I've switched to using SQLite in my fork. There is no migration code, but it could be useful as a starting point:
https://github.com/rpetrich/SDURLCache/tree/sqlite
The text was updated successfully, but these errors were encountered: