tursodatabase / turso-cli

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

feat(db/create): allow size-limit flag #899

Closed notrab closed 3 months ago

notrab commented 3 months ago

Fixes #258

go run ./cmd/turso/main.go db create --size-limit 50mb

I created a new file for the flag because that seems to be a newer convention than I did previously. We should probably cleanup the old (if it is old) way.