Skip to content

Elyra Conductor v0.8.2

Choose a tag to compare

@kwhorne kwhorne released this 21 Jun 10:11

Added

  • Remote SQL Anywhere / libsql in the database browser. Alongside MySQL, PostgreSQL,
    ClickHouse and SQLite, you can now connect to a remote SQL Anywhere (sqld) server
    over HTTP — enter a libsql:// / https:// Server URL and an optional auth
    token
    , or let Conductor pick it up from the project's .env (DB_CONNECTION=libsql,
    or an unambiguous SQLANYWHERE_URL / LIBSQL_URL / libsql:// URL). Browse tables,
    run queries, edit cells, and export — just like the other engines. Tokens are stored in
    the OS keychain; nothing is written into the project.