-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SQL Lite basic database file #26
Conversation
basing operations on dataBase.
I think that
So this would be a new schema
|
Your PR was merged! |
Basinc operations on dataBase. Adding sqlite library to cmake and also crete couple method do mennage dataBase.
first table Users(User_Id, Username, Password)
second table Passwords(Password_Id, User_Id, Title, Category, UserName, Password, Url, Notes, Creation_Time, Modify_Time, Expiry_Time)