The glamourous AI coding agent for your favourite terminal 💘
1package dialectquery 2 3type Turso struct { 4 Sqlite3 5} 6 7var _ Querier = (*Turso)(nil)