hey fedi programmer folks, this isn't urgent but i'm going to have to store my block game's world data in some kind of database soon.
-
hey fedi programmer folks, this isn't urgent but i'm going to have to store my block game's world data in some kind of database soon. do you have any recommendations? it must be a file-based database, obviously. and game data doesn't usually neatly conform to the boring numbered rows with named columns table design of traditional databases for websites and stuff
i think ideally i'd just be able to store raw binary data
-
hey fedi programmer folks, this isn't urgent but i'm going to have to store my block game's world data in some kind of database soon. do you have any recommendations? it must be a file-based database, obviously. and game data doesn't usually neatly conform to the boring numbered rows with named columns table design of traditional databases for websites and stuff
i think ideally i'd just be able to store raw binary data
@eniko binary blobs representing individual chunks, either loose on the filesystem, or inside a SQLite database, would be my go-to.
-
hey fedi programmer folks, this isn't urgent but i'm going to have to store my block game's world data in some kind of database soon. do you have any recommendations? it must be a file-based database, obviously. and game data doesn't usually neatly conform to the boring numbered rows with named columns table design of traditional databases for websites and stuff
i think ideally i'd just be able to store raw binary data
i mostly ask because databases are for boring stuff and i make games so i have no idea what the hotness in databases is
-
undefined Oblomov ha condiviso questa discussione
-
i mostly ask because databases are for boring stuff and i make games so i have no idea what the hotness in databases is
people put hundreds, thousands of hours into block game worlds. entire communities rely on them in the case of multiplayer servers. whatever i use has to be acid compliant so that people don't get screwed over by save corruption cause i decided reinventing the wheel would be a cool project