I get a sql error using the libsql driver against a file to create a table with RANDOM ROWID. It works when targeting libsqld, say, turso, but the file handler within the client fails with
panic: SQL logic error: near "ROWID": syntax error (1)
I'm pretty sure it's actually using the libsql driver.