dbrest-io / dbREST

Spin up a REST API for any Major Database
https://flarco.gitbook.io/dbrest
GNU General Public License v3.0
29 stars 2 forks source link

Concurrent access with duckdb #4

Closed loicalleyne closed 10 months ago

loicalleyne commented 10 months ago

Does dbREST queue queries to duckdb or can it run queries concurrently? Does using interactive mode make a difference?

flarco commented 10 months ago

The way it is currently, isn't suitable for concurrent duckdb access, because it will try to re-use the same connection.

2 Ideas: