I’m a Streamer and Software/Game Dev in Liverpool, UK.

TRAHR 🏳️‍⚧️

Stop by if you fancy a chat or whatever, https://twitch.tv/psaldorn

I can also bore you on mastodon https://mastodon.social/@psaldorn

  • 4 Posts
  • 162 Comments
Joined 2 years ago
cake
Cake day: June 30th, 2023

help-circle





  • Had to roll my own JSON storage system after spending weeks trying to get sqlite to work on Godot/android.

    It took a day and will suck at scale because there are no indexes. It just goes through the whole file, line by line when you search for an id.

    BUT IT WORKS.

    Hopefully the repos and stuff I piled on top have made it abstract able enough I can move it to a real database if the issue ever gets resolved.