oysteinkrog / SQLite.Net-PCL

Simple, powerful, cross-platform SQLite client and ORM - Updated version with PCL support
MIT License
353 stars 162 forks source link

Adding other open flags #123

Open 1Cor125 opened 9 years ago

1Cor125 commented 9 years ago

Any thoughts on adding other flags like WAL to the SQLiteOpenFlags file? On the surface it doesn't seem like any changes would have to be made to support WAL (i.e. hidden in sqlite's underlying impl). WAL is a huge step forward for high concurrency cases.

oysteinkrog commented 9 years ago

The only argument I can come up with for why not is that it might not be supported on all platforms, but other than that I am all for it :)