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
Hi. I find this repo and feel good. I'm not familiar with sqlite original code and wonder whether you restructure original C code to C++.
Another question, about wal policy, do you think what policy(force/no-force, steal/no-steal) sqlite use, considering it has rollback journal mode and WAL mode ?
The text was updated successfully, but these errors were encountered:
Hi. I find this repo and feel good. I'm not familiar with sqlite original code and wonder whether you restructure original C code to C++.
Another question, about wal policy, do you think what policy(force/no-force, steal/no-steal) sqlite use, considering it has rollback journal mode and WAL mode ?
The text was updated successfully, but these errors were encountered: