You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`abstract-level` and dependents | ✅ 1.0.0 | ✅ 1.0.0 |
149
-
|`abstract-leveldown`| ✅ 6.1.0 | n/a |
150
-
|`leveldown`| ✅ 5.2.0 | ✅ 6.0.3 |
151
-
|`rocksdb`| ✅ 4.1.0 | ✅ 5.2.0 |
152
-
|`memdown`| ✅ 5.0.0 | ✅ 6.1.1 |
153
-
|`level-js`| ✅ 5.0.0 | ✅ 5.0.0 |
154
-
|`encoding-down`| ✅ 6.2.0 | n/a |
155
-
|`deferred-leveldown`| ✅ 5.2.0 | n/a |
156
-
|`levelup`| ✅ 4.2.0 | n/a |
157
-
|`level-packager`| ✅ 5.0.3 | n/a |
158
-
|`level`| ✅ 6.0.0 | ✅ 7.0.1 |
159
-
|`level-mem`| ✅ 5.0.1 | ✅ 6.0.1 |
160
-
|`level-rocksdb`| ✅ 5.0.0 | ✅ 5.0.0 |
161
-
|`subleveldown`| ✅ 4.2.1 | ✅ 4.2.1 |
162
-
|`multileveldown`| ✅ 5.0.0 | ✅ 5.0.0 |
163
-
|`level-party`| ✅ 5.1.0 | ✅ 5.1.0 |
164
-
165
-
</details>
166
-
167
-
### `status` (boolean)
168
-
169
-
Does the database have a [`status`](https://github.com/Level/abstract-level/#dbstatus) property? Always true since `abstract-level@1`.
170
-
171
137
### `deferredOpen` (boolean)
172
138
173
139
Can operations like `db.put()` be called without explicitly opening the db? Like so:
@@ -199,35 +165,6 @@ Does `db.open()` support these options?
199
165
200
166
</details>
201
167
202
-
### `promises` (boolean)
203
-
204
-
Do all database methods (that don't otherwise have a return value) support promises, in addition to callbacks? Such that, when a callback argument is omitted, a promise is returned:
0 commit comments