What's the point of running a #database server, if there's only one client ...serpent7776 (59)in DBuzz • 6 months ago ... connecting to it? Posted via D.Buzz #database
Serlialization, easy backup... Depends on what you are doing...
I don't really understand. If you use sqlite you can back it up just as easily, no?
Posted via D.Buzz
I guess...
Maybe for some reason you want the DB to run on a separate machine for extra safety or something and then mirror it somehow...
wtf do I know... I use sqlite for everything :D
Oh, I definitely want to hear how you use it. Any important config adjustments? Any other tips? For now I know about WAL mode.
Have you used anything like livestream?
I'm using sqlite for hive-adventures.
Posted via D.Buzz
I use sqlalchemy for Python. (It's an ORM)
I have not used raw SQL, ever.
Haven't used anything else (Little bit of maria DB)
Before, I was storing in flat files...
I don't think I like sqlalchemy, it looks even more complex than sql (not that I like SQL).
Posted via D.Buzz
I figured, I'd create functions like find_first() and stuff anyways, so I might as well just use a finished thing.