Skip to content

Commit

Permalink
Updated db spec.
Browse files Browse the repository at this point in the history
  • Loading branch information
oubiwann committed Mar 20, 2024
1 parent cc59541 commit aabcf58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/memdb.erl
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
max => 0}).


-type db() :: #{}.
-type db() :: #{tab => atom(), writer => pid()}.
-type iterator() :: pid().

-type key() :: binary().
Expand Down

0 comments on commit aabcf58

Please sign in to comment.