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
The Test_Subscriber_NetCore linux client creates a sqlite database in whatever your current working directory is when running the program.
So if you run the subscriber with this command:
"/data/subscriber/Subscriber_NetCore list"
It will create and read from a sqlite database in the folder you're in when running the command. Which means you might run it while being in the /data directory and it'll create /data/geosyncDB.sqlite, or if you're in /data/subscriber it'll create and use /data/subscriber/geosyncDB.sqlite etc.
The text was updated successfully, but these errors were encountered:
The Test_Subscriber_NetCore linux client creates a sqlite database in whatever your current working directory is when running the program.
So if you run the subscriber with this command:
"/data/subscriber/Subscriber_NetCore list"
It will create and read from a sqlite database in the folder you're in when running the command. Which means you might run it while being in the /data directory and it'll create /data/geosyncDB.sqlite, or if you're in /data/subscriber it'll create and use /data/subscriber/geosyncDB.sqlite etc.
The text was updated successfully, but these errors were encountered: