Skip to content

support uri=True in monetdbe.connect #22

Open
@gijzelaerr

Description

@gijzelaerr

sqlite supports this:

https://docs.python.org/3/library/sqlite3.html#sqlite3.connect

If uri is true, database is interpreted as a URI. This allows you to specify options. For example, to open a database in read-only mode you can use:

db = sqlite3.connect('file:path/to/database?mode=ro', uri=True)

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions