sphr2k/Create Turso Database

Create or fork a Turso database

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
organization_nameThe name of the organization or account where this action will be performed.yes
api_tokenThe API token that has access to the organization or account.yes
existing_database_nameThe name of the existing database.yes
new_database_nameThe new database name.yes
group_nameThe group name the database should be created in.no
create_database_tokenWhether to create and output a database authentication token. Defaults to false.nofalse
replaceWhether to replace (delete and recreate) the target database if it already exists. Only works when existing_database_name is provided. Defaults to false.nofalse
dry_runIf true, validates inputs and shows what would happen without making any actual API calls. Defaults to false.nofalse
namedescription
hostnameThe database hostname without protocol.
database_urlThe full database URL (libsql://hostname).
database_tokenThe database authentication token (only set if create_database_token is true).