lamindb_setup.dev.InstanceSettings#

class lamindb_setup.dev.InstanceSettings(id, owner, name, storage, uid=None, db=None, schema=None)#

Bases: object

Instance settings.

Attributes

db property#

Database connection string (URI).

dialect property#

SQL dialect.

id property#

The internal instance id.

identifier property#

Unique semantic identifier.

See remote instances at https://lamin.ai/owner/name.

is_remote property#

Boolean indicating if an instance has no local component.

name property#

Instance name.

owner property#

Instance owner. A user or organization account handle.

schema property#

Schema modules in addition to core schema.

session property#
storage property#

Low-level access to storage location.

uid property#

The user-facing instance id.