wip
This commit is contained in:
parent
573d384366
commit
863f2d6e46
1 changed files with 2 additions and 2 deletions
|
|
@ -55,8 +55,8 @@ Findings from various experiments with JDBC drivers in babashka:
|
||||||
to make the driver compatible with Graal. The driver is part of `bb` since
|
to make the driver compatible with Graal. The driver is part of `bb` since
|
||||||
`v0.0.89`.
|
`v0.0.89`.
|
||||||
- Sqlite: I feel like I'm close to a working solution, but it hangs. It adds
|
- Sqlite: I feel like I'm close to a working solution, but it hangs. It adds
|
||||||
20MB to the binary. But since it has a nice CLI we can also shell out to it
|
20MB to the binary. Since sqlite has a nice CLI we could also just shell out
|
||||||
(there's en example in the examples dir). We could also build a
|
to it (there's an example in the examples dir). We could also build a
|
||||||
`babashka.sqlite` namespace around the CLI maybe similar to
|
`babashka.sqlite` namespace around the CLI maybe similar to
|
||||||
`babashka.curl`. See [#385](https://github.com/borkdude/babashka/issues/385)
|
`babashka.curl`. See [#385](https://github.com/borkdude/babashka/issues/385)
|
||||||
for details.
|
for details.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue