Skip to content

Commit

Permalink
doc: add doc fix issue #394
Browse files Browse the repository at this point in the history
  • Loading branch information
alextekartik committed Nov 13, 2024
1 parent ef31d87 commit ea06726
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sembast/doc/open.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
Opening a database means loading its content in memory. This is an expensive operation. In an application (flutter, web),
the recommended way is to open the database on start and to keep it open during the lifetime of the application.

You should not open a database multiple times and **you should have a single global instance of an opened database.**

## Opening a database

A database is a single file represented by a path in the file system.
Expand Down

0 comments on commit ea06726

Please sign in to comment.