Enso 3.0 is around the edge!
open_sqlite_file
Connects to an SQLite database in a file on the filesystem.
Arguments:
It is an alternative to connect
that resolves a path to the database file.
connect
Tries to connect to the database under a provided URL.
Arguments:
Currently SQLite and PostgreSQL databases are supported.
sqlite:/path/to/database/file
. For PostgreSQL it can be one of: - `postgresql:database_name` given name on the local machine;
(which is the same as the username) on the local machine;
database on a specified host, the `host` can consist of an IP address or=
a hostname, optionally followed by colon and a port number, so values
like `db.example.com`, `127.0.0.1`, `example.com:1234`, `127.0.0.1:1234`
are allowed;
username on a specified host, the `host`` is defined as above.
Join the Community!
Enso is a community-driven open source project which is, and will always be, open and free to use. Join us, help us to build it, and spread the word!