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
Admittedly, I am new to both noSQL and LiteDB. I've downloaded the Studio and have been playing around with it to become familiar with the concepts. However, when I try to import a JSON file, I get an error:
Unexpected token `{` in position 0.
SELECT $ INTO
^
The file is very simple and is something I found in a noSQL article. It consists of:
Since there's no wiki or help file, I'm looking for guidance on how to use this tool. I think LiteDB is just what I want for my project. I'd like to store some JSON data in a database.
The text was updated successfully, but these errors were encountered:
Admittedly, I am new to both noSQL and LiteDB. I've downloaded the Studio and have been playing around with it to become familiar with the concepts. However, when I try to import a JSON file, I get an error:
The file is very simple and is something I found in a noSQL article. It consists of:
Since there's no wiki or help file, I'm looking for guidance on how to use this tool. I think LiteDB is just what I want for my project. I'd like to store some JSON data in a database.
The text was updated successfully, but these errors were encountered: