-
Notifications
You must be signed in to change notification settings - Fork 25
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
Comparison to wastebin #28
Comments
It looks like wastebin uses an sqlite database as a storage backend. For me it's a no-go... |
Also as a bit of historical background: I took the design, general flow and ultra lightweight principle from bin (and also acknowledge that in the README.md). But since then it has developed further and yes, it uses a SQLite database to store pastes and metadata instead of dumping everything as flat files to disk. |
@matze I realize I might have sounded a bit harsh in my comment; let me rephrase a bit. Wastebin looks like a very good variation of bin, and the latter seems more of less EOL (I even added my own patches in my copy of the repo). It's just that I want my pastes to be as simple as possible, hence my no-go to a database. One regret I have from bin (and I don't think it's available in wastebin either?) is that there is no way to customize the paste name. As a result it is difficult to remember what a previous paste was about. |
No offense taken, all good 👍 Also: I initially intended to stay with a filesystem approach but a few things like encryption, burn-after-reading/expiration etc. require something else on top.
The name (but not the URL) can be set since 2.6.0. |
How does this compare to https://github.com/matze/wastebin ?
The text was updated successfully, but these errors were encountered: