Anyone is welcome to use wa-sqlite, including any of the sample classes like IDBBatchAtomicVFS, in their application provided they accept the terms of the GNU Public License. However, there are some additional important considerations I'll outline here.
The code under examples/ and demo/ is meant to be a starting point to see how to use and extend the library. They are not necessarily suitable for use in your production application.
There are now three sample VFS classes for IndexedDB: IDBMinimalVFS, IDBVersionedVFS, and IDBBatchAtomicVFS. They each have strengths and weaknesses. IDBBatchAtomicVFS balances performance and generality, and is now the featured IndexedDB VFS in the online demo and benchmarks. IDBMinimalVFS is the shortest and simplest, so it may be the best place to get started with understanding how they work.
The text was updated successfully, but these errors were encountered:
Anyone is welcome to use wa-sqlite, including any of the sample classes like IDBBatchAtomicVFS, in their application provided they accept the terms of the GNU Public License. However, there are some additional important considerations I'll outline here.
The code under examples/ and demo/ is meant to be a starting point to see how to use and extend the library. They are not necessarily suitable for use in your production application.
There are now three sample VFS classes for IndexedDB: IDBMinimalVFS, IDBVersionedVFS, and IDBBatchAtomicVFS. They each have strengths and weaknesses. IDBBatchAtomicVFS balances performance and generality, and is now the featured IndexedDB VFS in the online demo and benchmarks. IDBMinimalVFS is the shortest and simplest, so it may be the best place to get started with understanding how they work.
The text was updated successfully, but these errors were encountered: