Nitrite Database
I need help with Nitrite
I followed these docs on how to open the database and how to open collections:
https://www.dizitart.org/nitrite-database/#create-open-database
https://www.dizitart.org/nitrite-database/#create-open-collections
but no matter what I do, once I call the database or collection all I get is
null
.
The error:
https://pastebin.com/MxPemz0i
My code:
https://pastebin.com/Sy0SVqnh
(the startDatabase() method is being called on start)Pastebin
log - Pastebin.com
Pastebin.com is the number one paste tool since 2002. Pastebin is a website where you can store text online for a set period of time.
Pastebin
code - Pastebin.com
Pastebin.com is the number one paste tool since 2002. Pastebin is a website where you can store text online for a set period of time.
Nitrite
Nitrite database is an open source Nosql embedded persistent document store written in Java. It has MongoDB like API. It supports both in-memory and single file based persistent store powered by MVStore engine of h2 database. Nitrite can be used in desktop as well as mobile applications like android.
4 Replies
Hey, @Aze!
Please remember to
/close
this post once your question has been answered!Unknown User•3y ago
Message Not Public
Sign In & Join Server To View
well, the issue is resolved now after speaking to the maintainer of Nitrite
would you mind going more into detail? I'm pretty new to Java and Databases
Unknown User•3y ago
Message Not Public
Sign In & Join Server To View