diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -36,7 +36,7 @@ open a database in the environment. if multiple databases are to be used in the the database handle behaves as a table that may be indexed with string keys and contains string values, read from the database. any changes made will be saved to the database when the transaction is committed. -## `txn:drop(name)` +### `txn:drop(name)` delete the database `name` from the environment. (or clear the database, if `name` is not supplied) ### `txn:abort()` |
