1
0
mirror of https://github.com/google/leveldb.git synced 2025-04-25 14:00:27 +08:00
This commit is contained in:
Christopher Miles 2025-03-19 01:33:16 -04:00 committed by GitHub
commit 97fef405cf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -10,8 +10,8 @@ according to a user-specified comparator function.
## Opening A Database
A leveldb database has a name which corresponds to a file system directory. All
of the contents of database are stored in this directory. The following example
shows how to open a database, creating it if necessary:
of the contents of the database are stored in this directory. The following
example shows how to open a database, creating it if necessary:
```c++
#include <cassert>