Ulrik Flænø Damm

Results 3 comments of Ulrik Flænø Damm

I'll take a look at string id support. Right now there's a few places that assumes integer ids.

It's not that simple, because when you get an update callback from Sqlite, you only get the rowid. We'd have to make a SQL call to get the string value,...

There's no built-in way to do migrations yet, you need to do that by executing a raw SQL command via `SqliteDatabase.execute`.