sphr2k/Create Turso Database
Create or fork a Turso database
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| organization_name | The name of the organization or account where this action will be performed. | yes | — |
| api_token | The API token that has access to the organization or account. | yes | — |
| existing_database_name | The name of the existing database. | yes | — |
| new_database_name | The new database name. | yes | — |
| group_name | The group name the database should be created in. | no | — |
| create_database_token | Whether to create and output a database authentication token. Defaults to false. | no | false |
| replace | Whether to replace (delete and recreate) the target database if it already exists. Only works when existing_database_name is provided. Defaults to false. | no | false |
| dry_run | If true, validates inputs and shows what would happen without making any actual API calls. Defaults to false. | no | false |
Outputs
| name | description |
|---|---|
| hostname | The database hostname without protocol. |
| database_url | The full database URL (libsql://hostname). |
| database_token | The database authentication token (only set if create_database_token is true). |