Need to increase the number of people I'm following here - can I have some recommendations for indie software developers who regularly share things they're working on? Esp anyone working with Laravel, SQLite or local-first
@johnonolan I'm working on a peer-to-peer network for the web. I just integrated a Sqlite DB into a server component. Never used Sqlite before. It's a bit weird compared to the other SQLs, but it's kind of nice.
@cuchaz which weirdness have you bumped into so far? :)

@johnonolan I wrote a little about Sqlite weirdness here: https://gladtech.social/@cuchaz/112605680913971102

Basically, I was surprised a relational database was dynamically typed.

Jeff Martin (@[email protected])

I'm finally getting around to learning Sqlite and the type system is ... weird. In a good way. They're all like: Types are dumb YOLO but we'll still let you write VARCHAR on a column if that makes you feel better. :blobcat_pats:

GladTech