Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
thorbjoernl committed Sep 3, 2024
1 parent efe4032 commit bed49d0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/aerovaldb/plugins.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,9 @@ def open(resource, /, use_async: bool = False) -> AerovalDB:
- 'entrypoint:path', with entrypoint being the type of database connection
(eg. 'json_files' or 'sqlitedb') being the location where the database is
located (eg. 'json_files:.')
- 'path', a path to a json_files folder or sqlite file.
- ':memory:' an sqlite in-memory database. Contents are not persistently
stored!
Expand Down

0 comments on commit bed49d0

Please sign in to comment.