# `Concord.Turso`
[🔗](https://github.com/gsmlg-dev/concord/blob/main/lib/concord/turso.ex#L1)

Explicit Turso-backed Concord API.

This API uses a local Turso database through `ex_turso`. It is durable and
node-local: it does not submit writes to the VSR cluster and it does not
replicate data to Concord cluster peers.

# `delete`

# `delete_if`

# `delete_many`

# `get`

# `get_all`

# `get_all_with_ttl`

# `get_many`

# `get_with_ttl`

# `list`

# `members`

# `prefix_scan`

# `put`

# `put_if`

# `put_many`

# `put_many_with_ttl`

# `put_with_ttl`

# `revision`

# `status`

# `sync`

Synchronizes the local Turso database with a configured remote database.

# `touch`

# `touch_many`

# `ttl`

# `txn`

