tursodatabase / turso-cli

Command line interface to Turso.
https://turso.tech
MIT License
215 stars 35 forks source link

Suggest user to create a database when db list is empty #367

Closed athoscouto closed 1 year ago

athoscouto commented 1 year ago

turso db list is not really useful when there are no DBs to be listed.

$ turso db list
NAME     LOCATIONS     URL 

What about telling users to create a database?

$ turso db list
You don't have any databases. You can create a new one with turso db create.

Or some nicer message.

CodingDoug commented 1 year ago

Some downsides:

haaawk commented 1 year ago

So should we close this issue @athoscouto and @CodingDoug ?

CodingDoug commented 1 year ago

I'm fine to close this since we already suggest to the user to create a database when they log in without one.