Two different issues…
I'm attempting to get astrodb working on my computer, I have a few questions. I've got it installed, built my config.ts, started a seed.ts, the content.db generated file has content in it now. I'm trying to do two things: (1) view the database in Table Plus, and (2) connect to Turso.
(1) Basically, for adding a database to Table Plus, it asks for a URL. I'm trying to use file:/Users/foo/code/bar/.astro/content.db as the URL, but Table Plus just returns "error".
(2) I followed the Getting Started with Turso steps (it's beta docs but seems correct)--installed Turso CLI, connected to Turso, created the db using cli, got the remote URL and token, put them in my .env.development file. Ran yarn astro db push --remote, and the message is Directory not linked. To link this directory to an Astro Studio project, run astro link
Any help is appreciated.