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

Keep Track of All Recent Snippets #21

Open
lnxpy opened this issue Aug 12, 2022 · 4 comments
Open

Keep Track of All Recent Snippets #21

lnxpy opened this issue Aug 12, 2022 · 4 comments
Assignees

Comments

@lnxpy
Copy link
Member

lnxpy commented Aug 12, 2022

A simple implementation using SQLite to store all created pastes for users. (Storing in users' directory)

@lnxpy lnxpy self-assigned this Aug 12, 2022
@SepehrRasouli
Copy link
Member

Hi @lnxpy, Can i be assigned to this ?
This can be done easier with pickle without the hassle of writing SQL queries.
What do you think ?

@lnxpy
Copy link
Member Author

lnxpy commented Sep 13, 2022

@SepehrRasouli Hi. We can do way better than pickle. Read here.

@SepehrRasouli
Copy link
Member

@lnxpy, This is good too, but pickle is python's standard library and using it is very easier and more readable,
And I can't get a grip on what you're suggesting to use based on the link you gave me, Can you elaborate a little more ?

@lnxpy
Copy link
Member Author

lnxpy commented Sep 13, 2022

@SepehrRasouli You should use a config file in ~ of each user who has installed the package. I think I need to do it myself. I'll ask for helps if needed. :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Todo
Development

No branches or pull requests

2 participants