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
When I go through the keys and values: for await (const [key, value] of db.iterator()) { }
I get keys like:
_file://�addresses
In bytes:
[95, 102, 105, 108, 101, 58, 47, 47, 0, 1, 97, 100, 100, 114, 101, 115, 115, 101, 115]
And the values always start with:
�
[1]
How can i read db correctly?
The text was updated successfully, but these errors were encountered:
When I go through the keys and values:
for await (const [key, value] of db.iterator()) { }
I get keys like:
_file://�addresses
In bytes:
[95, 102, 105, 108, 101, 58, 47, 47, 0, 1, 97, 100, 100, 114, 101, 115, 115, 101, 115]
And the values always start with:
�
[1]
How can i read db correctly?
The text was updated successfully, but these errors were encountered: