sphr2k/Create Turso Database
Automatically create and clone a Turso database, with the option to restore from a specified point in time.
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 key 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 |
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). |