I'm growing more confident in being able to use #Enigmatick on a day-to-day basis, so expect to see more Follow requests from my user account here.
-
I'm growing more confident in being able to use #Enigmatick on a day-to-day basis, so expect to see more
Follow
requests from my user account here.I'll keep my @justin account because it's always useful to have a Mastodon instance for testing. I won't be migrating as much as just duplicating. Hopefully that's okay with y'all.
I do plan to figure out account migrations at some point because it doesn't look all that difficult. It's just not a priority for me right now.
Re-establishing
sqlite
functionality is more in my sights. It looks likeJSONB
support has improved considerably since I did anything with it, so it may be easier than it was. The challenge I had before was managing two types of structs: one usingserde_json::Value
fields for PostgresqlJSONB
columns, and one usingString
fields for SqliteTEXT
columns. That's a real hassle; hopefully I can improve things. -