- 0 Posts
- 4 Comments
Joined 1 month ago
Cake day: March 12th, 2025
You are not logged in. If you use a Fediverse account that is able to follow users, you can follow this user.
Would get kinda slow/expensive unless you’re storing passwords in plaintext
bazzzzzzz@lemm.eeto Programmer Humor@lemmy.world•If it's by bytes on disk, I'm bracing for the tariffs on node_modules...English1·29 days agoAnd you’ll never get any console output ’ cause he’s limited the use of “print()”
If scraping is reliable, I’d use the classic python pickle or JSON.dump
For a few thousand I would just use a sqlite dB…
3 tables:
Use SQL joins for sorting etc.
Sqlite is easily converted to other formats if you decide to use more complex solutions.