lewis icon indicating copy to clipboard operation
lewis copied to clipboard

Datomic Web UI

Results 3 lewis issues
Sort by recently updated
recently updated
newest added

``` clojure.lang.ExceptionInfo: :protocol/unsupported Unsupported protocol :sql {:db/error :protocol/unsupported} ``` When trying to load a datomic pro Postgres database with a db URI like: ``` datomic:sql://my-datomic-db?jdbc:postgresql://localhost:5432/datomic?user=datomic&password=datomic ```

At the moment the connection is shared across all sessions, make it so each session can have a different connection.

enhancement

Enable auto-complete on the value for schema name parts, then set the value to be for the correct type.

enhancement