[x] Prevent dropping of "main" schema (#154)
[x] Transient ART index (#62)
[ ] Warnings in connection (#170)
[x] Blob type (#72)
I will implement the storage in the following steps. Each of these steps will involve a merge into master to avoid having a big storage merge at the end.
Regarding the download button, what should happen when one pushes it? go to releases page a la https://www.sqlite.org/download.html? ?
I think node.js gets the download button right: https://nodejs.org/en/
i.e. automatically switch the download based on detected OS.
It's a bit more difficult for us because we also have different language versions. We could have something similar to the Spark documentation where you switch based on language. We can have some different code snippets for installing it for Python/R (e.g. pip install duckdb) and some tiny usage examples on the main page.
i think target language switch might be nicest, so you say "C/C++/Python/R" and we show you the code snippet or command to install and some very basic usage
Most helpful comment
I will implement the storage in the following steps. Each of these steps will involve a merge into master to avoid having a big storage merge at the end.