Skip to content

Commit bee1085

Browse files
committed
Mark hooks as experimental (#53)
Follow-up for #45.
1 parent 391aa6e commit bee1085

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -770,6 +770,8 @@ console.log(nested.db === db) // true
770770

771771
### Hooks
772772

773+
**Hooks are experimental and subject to change without notice.**
774+
773775
Hooks allow userland _hook functions_ to customize behavior of the database. Each hook is a different extension point, accessible via `db.hooks`. Some are shared between database methods to encapsulate common behavior. A hook is either synchronous or asynchronous, and functions added to a hook must respect that trait.
774776

775777
#### `hook = db.hooks.prewrite`

0 commit comments

Comments
 (0)