So i think i now have an idea on how SQLite works but now i'm not sure on how to work with it. Like how can i get the information out of it. I now used this to put some random stuff in a database: I hope my brother can also help me since he is working with databases all the time as a website developer.
I think i see a database too much as a variable or a table.
Code:
INSERT INTO password VALUES("Niels", "Test");
I think i see a database too much as a variable or a table.