Dan Forsberg
Dan Forsberg
## Enable URI format Enable e.g. `file:mydb.db?cache=shared` URIs when opening Database by passing a new option to enable URI format for `sqlite_open_v2()`. Pls. see: https://www.sqlite.org/uri.html
## No trigger on AWS Lambda for Rule Target in different CF Stack 1. `Rule.addTarget(new LambdaFunction(Function.fromFunctionArn(...)))` does not add trigger to Lambda, where the Lambda is on another existing CF...
# Use distributed Arrow Libs - Based on #39 - Install Apache Arrow packages instead of doing compilation - Install dependent libraries from distribution packages ## Ubuntu 20.10 ``` docker...
Does this extension require memory to (uncompress) Parquet fully into the memory? Or can it "stream" the Parquet by row groups? E.g. in case of `SELECT * FROM parquet('file.parquet')`. In...
I wanted to try out LLRT, but I failed to get base64 decoding to work. ```javascript Buffer.from(str, 'base64'); ```
### What happens? ```shell v0.10.2 1601d94f94 Enter ".help" for usage hints. Connected to a transient in-memory database. Use ".open FILENAME" to reopen on a persistent database. D ATTACH 's3://boilingdata-demo/demo.duckdb' AS...
Would you mind giving an example on how to create pg-server proxy against pg-mem? I tried with passing `() => newDb().adapters.createPgNative()` for `createSimpleProxy`, but it gives an error when trying...
- `grafana/grafana-oss` Grafana docker container - v1.0.4 [Grafana TrinoDB Plugin](https://github.com/trinodb/grafana-trino) (v1.0.5 is latest atm. and has some bug causing it not to send the query forward actually) - No auth,...
I'm using `snowflake-sdk` with NodeJS to connect and run simple show tables query and it works when running directly against snowflake API. However, trying to run `universql` with docker-compose (no...