<div dir="ltr">Dear devs,<div>i would like to implement sqlite database support as separated file for each vector map. Similar to the dbf approach but with sqlite. Other databases are no option in my case. </div><div>The reasons for this approach are the following:</div><div><br></div><div>* The temporal vector algebra would hugely benefit from separated sqlite vector map files, since it can compute in parallel, no race condition or serial processing of database requests is required</div><div>* Vector maps can easily be moved between locations with full database content, no data loss. Simply the vector map directory must be archived</div><div>* Merging of mapsets is much easier, since the vector map sqlite databases don't need to be merged, only copied</div><div><br></div><div>This approach would be implemented in addition to all other existing approaches. </div><div><br></div><div>However, i don't know were to start with this, any hints or suggestions?</div><div><br></div><div>Best regards</div><div>Soeren</div></div>