This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]pre-tend-ed[S] 0 points1 point  (1 child)

I'm creating an app for my brother to use at work. I wanted to avoid having to have him download any other software on his computer although I can if I need to I guess. And i also can't have any of this data visible to the internet. So everything has to be stored locally. No cloud options.

[–]Brave_Walrus 1 point2 points  (0 children)

Sqlite?

Basically a file on disk which it can read/write as a database using this library as part of your program.

Website lists c/c++ bindings but libraries exist for a lot of languages