turso-cli icon indicating copy to clipboard operation
turso-cli copied to clipboard

Implement `turso db hints` command

Open penberg opened this issue 3 years ago • 1 comments

It's not always obvious where to replicate database when using edge functions. For example:

https://twitter.com/jokcylou/status/1643895796050575362

Let's implement a turso db hints command, which shows you what are the closest locations your database is accessed from so you know where to replicate.

penberg avatar Apr 06 '23 14:04 penberg

There was a conversation where alternative command names were proposed (hints is not very descriptive). One option is db inspect traffic (while also moving the current db inspect to db inspect usage) . I anticipate there will be future growth in commands that report the current state of a database, so I think it's worthwhile to go ahead and plan the command structure for that.

CodingDoug avatar May 02 '23 14:05 CodingDoug