laudebugs/Create Turso Database Branch
Creates a Turso database Branch
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| org | This is the username for personal accounts or the organization slug for organization accounts | yes | — |
| api-token | A Turso Platform API token for authentication and authorization when interacting with Turso's Platform API. | yes | — |
| branch-name | Name of the Turso DB Branch Name. The branch name may only contain numbers, lowercase letters, and dashes. | yes | — |
| seed-database-name | The database from which the branch will be created from. Data from this database will be seeded to the newly created database. | yes | — |
| group | This is the username for personal accounts or the organization slug for organization accounts | yes | — |
| overwrite-if-exists | Overwrite the newly created database branch if it already exists. | no | false |
| create-auth-token | Create an authentication token for the newly created branch. | no | false |
| auth-token-authorization | The authorization level for the authentication token. The authorization level determines the permissions the token has. | no | read-only |
| auth-token-expiration | The expiration time for the authentication token. The token will expire after the specified time. | no | 1d |
Outputs
| name | description |
|---|---|
| db_branch_hostname | The host name of the newly created Turso DB Branch. |
| db_branch_libsql_url | The Libsql Url of the newly created Turso DB Branch. |
| db_branch_https_url | The Http URL of the newly created Turso DB Branch. |
| db_jwt_auth_token | The authentication token for the newly created Turso DB Branch. |