Skip to content
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

Create database connectivity #8

Closed
mayurilahane opened this issue Dec 24, 2019 · 1 comment
Closed

Create database connectivity #8

mayurilahane opened this issue Dec 24, 2019 · 1 comment
Labels
enhancement New feature or request

Comments

@mayurilahane
Copy link
Member

mayurilahane commented Dec 24, 2019

Use sqllite3 database.
create table :
table_name - manage_passwords

  • id
  • Name
  • Url
  • Email
  • Tag
  • Creation date
  • Notes
  • Level(strong, low,medium)
  • importance(Stared/Unstarred).
  • Last modified.

Database actions:

  • Add.

  • Edit.

  • Delete.

  • Show.

  • Search via email tag attributes.

  • Clipboard(this is not a database action)

code should be in database.py

@mayurilahane mayurilahane added the enhancement New feature or request label Dec 24, 2019
@ganeshhubale
Copy link
Contributor

ganeshhubale commented Jan 8, 2020

Need PR for adding entries of creation date, email and portal url in DB
Fixed in #40

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants