# Turso ## Docs - [List Audit Logs](https://docs.turso.tech/api-reference/audit-logs/list): Return the audit logs for the given organization, ordered by the `created_at` field in descending order. - [Authentication](https://docs.turso.tech/api-reference/authentication) - [Retrieve Database Configuration](https://docs.turso.tech/api-reference/databases/configuration): Retrieve an individual database configuration belonging to the organization or user. - [Create Database](https://docs.turso.tech/api-reference/databases/create): Creates a new database in a group for the organization or user. - [Generate Database Auth Token](https://docs.turso.tech/api-reference/databases/create-token): Generates an authorization token for the specified database. - [Delete Database](https://docs.turso.tech/api-reference/databases/delete): Delete a database belonging to the organization or user. - [Invalidate All Database Auth Tokens](https://docs.turso.tech/api-reference/databases/invalidate-tokens): Invalidates all authorization tokens for the specified database. - [List Databases](https://docs.turso.tech/api-reference/databases/list): Returns a list of databases belonging to the organization or user. - [List Database Instances](https://docs.turso.tech/api-reference/databases/list-instances): Returns a list of instances of a database. Instances are the individual primary or replica databases in each region defined by the group. - [Retrieve Database](https://docs.turso.tech/api-reference/databases/retrieve): Returns a database belonging to the organization or user. - [Retrieve Database Instance](https://docs.turso.tech/api-reference/databases/retrieve-instance): Return the individual database instance by name. - [Retrieve Database Stats](https://docs.turso.tech/api-reference/databases/stats): Fetch the top queries of a database, including the count of rows read and written. - [Update Database Configuration](https://docs.turso.tech/api-reference/databases/update-configuration): Update a database configuration belonging to the organization or user. - [Upload SQLite Dump](https://docs.turso.tech/api-reference/databases/upload-dump): Upload a SQL dump to be used when [creating a new database](/api-reference/databases/create) from seed. - [Retrieve Database Usage](https://docs.turso.tech/api-reference/databases/usage): Fetch activity usage for a database in a given time period. - [Add Location to Group](https://docs.turso.tech/api-reference/groups/add-location): Adds a location to the specified group. - [Create Group](https://docs.turso.tech/api-reference/groups/create): Creates a new group for the organization or user. - [Create Group Auth Token](https://docs.turso.tech/api-reference/groups/create-token): Generates an authorization token for the specified group. - [Delete Group](https://docs.turso.tech/api-reference/groups/delete): Delete a group belonging to the organization or user. - [Invalidate All Group Auth Tokens](https://docs.turso.tech/api-reference/groups/invalidate-tokens): Invalidates all authorization tokens for the specified group. - [List Groups](https://docs.turso.tech/api-reference/groups/list): Returns a list of groups belonging to the organization or user. - [Remove Location from Group](https://docs.turso.tech/api-reference/groups/remove-location): Removes a location from the specified group. - [Retrieve Group](https://docs.turso.tech/api-reference/groups/retrieve): Returns a group belonging to the organization or user. - [Transfer Group](https://docs.turso.tech/api-reference/groups/transfer): Transfer a group to another organization that you own or a member of. - [Unarchive Group](https://docs.turso.tech/api-reference/groups/unarchive): Unarchive a group that has been archived due to inactivity. - [Update Databases in a Group](https://docs.turso.tech/api-reference/groups/update-database-versions): Updates all databases in the group to the latest libSQL version. - [Turso Platform API](https://docs.turso.tech/api-reference/introduction) - [Closest Region](https://docs.turso.tech/api-reference/locations/closest-region): Returns the closest region to the user's location. - [List Locations](https://docs.turso.tech/api-reference/locations/list): Returns a list of locations where you can create or replicate databases. - [Create Invite](https://docs.turso.tech/api-reference/organizations/invites/create): Invite a user (who isn't already a Turso user) to an organization. - [Delete Invite](https://docs.turso.tech/api-reference/organizations/invites/delete): Delete an invite for the organization by email. - [List Invites](https://docs.turso.tech/api-reference/organizations/invites/list): Returns a list of invites for the organization. - [List Invoices](https://docs.turso.tech/api-reference/organizations/invoices): Returns a list of invoices for the organization. - [List Organizations](https://docs.turso.tech/api-reference/organizations/list): Returns a list of organizations the authenticated user owns or is a member of. - [Add Member](https://docs.turso.tech/api-reference/organizations/members/add): Add an existing Turso user to an organization. - [List Members](https://docs.turso.tech/api-reference/organizations/members/list): Returns a list of members part of the organization. - [Remove Member](https://docs.turso.tech/api-reference/organizations/members/remove): Remove a user from the organization by username. - [List Plans](https://docs.turso.tech/api-reference/organizations/plans): Returns a list of available plans and their quotas. - [Current Subscription](https://docs.turso.tech/api-reference/organizations/subscription): Returns the current subscription details for the organization. - [Update Organization](https://docs.turso.tech/api-reference/organizations/update): Update an organization you own or are a member of. - [Organization Usage](https://docs.turso.tech/api-reference/organizations/usage): Fetch current billing cycle usage for an organization. - [Quickstart](https://docs.turso.tech/api-reference/quickstart): Get started with Turso API in a few easy steps. - [Errors](https://docs.turso.tech/api-reference/response-codes) - [Create API Token](https://docs.turso.tech/api-reference/tokens/create): Returns a new API token belonging to a user. - [List API Tokens](https://docs.turso.tech/api-reference/tokens/list): Returns a list of API tokens belonging to a user. - [Revoke API Token](https://docs.turso.tech/api-reference/tokens/revoke): Revokes the provided API token belonging to a user. - [Validate API Token](https://docs.turso.tech/api-reference/tokens/validate): Validates an API token belonging to a user. - [auth api-tokens list](https://docs.turso.tech/cli/auth/api-tokens/list) - [auth api-tokens mint](https://docs.turso.tech/cli/auth/api-tokens/mint) - [auth api-tokens revoke](https://docs.turso.tech/cli/auth/api-tokens/revoke) - [auth login](https://docs.turso.tech/cli/auth/login) - [auth logout](https://docs.turso.tech/cli/auth/logout) - [auth signup](https://docs.turso.tech/cli/auth/signup) - [auth token](https://docs.turso.tech/cli/auth/token) - [auth whoami](https://docs.turso.tech/cli/auth/whoami) - [Authentication](https://docs.turso.tech/cli/authentication) - [contact bookmeeting](https://docs.turso.tech/cli/contact/bookmeeting) - [contact feedback](https://docs.turso.tech/cli/contact/feedback) - [db config attach allow](https://docs.turso.tech/cli/db/config/attach/allow) - [db config attach disallow](https://docs.turso.tech/cli/db/config/attach/disallow) - [db config attach show](https://docs.turso.tech/cli/db/config/attach/show) - [db create](https://docs.turso.tech/cli/db/create) - [db destroy](https://docs.turso.tech/cli/db/destroy) - [db inspect](https://docs.turso.tech/cli/db/inspect) - [db list](https://docs.turso.tech/cli/db/list) - [db locations](https://docs.turso.tech/cli/db/locations) - [db shell](https://docs.turso.tech/cli/db/shell) - [db show](https://docs.turso.tech/cli/db/show) - [db tokens create](https://docs.turso.tech/cli/db/tokens/create) - [db tokens invalidate](https://docs.turso.tech/cli/db/tokens/invalidate) - [dev](https://docs.turso.tech/cli/dev) - [group create](https://docs.turso.tech/cli/group/create) - [group destroy](https://docs.turso.tech/cli/group/destroy) - [group list](https://docs.turso.tech/cli/group/list) - [group locations add](https://docs.turso.tech/cli/group/locations/add) - [group locations list](https://docs.turso.tech/cli/group/locations/list) - [group locations remove](https://docs.turso.tech/cli/group/locations/remove) - [group tokens create](https://docs.turso.tech/cli/group/tokens/create) - [group tokens invalidate](https://docs.turso.tech/cli/group/tokens/invalidate) - [group transfer](https://docs.turso.tech/cli/group/transfer) - [group unarchive](https://docs.turso.tech/cli/group/unarchive) - [group update](https://docs.turso.tech/cli/group/update) - [Headless Mode](https://docs.turso.tech/cli/headless-mode) - [Help](https://docs.turso.tech/cli/help) - [Installation](https://docs.turso.tech/cli/installation): Learn how to install the Turso CLI on Mac, Linux and Windows. - [Introduction](https://docs.turso.tech/cli/introduction) - [org billing](https://docs.turso.tech/cli/org/billing) - [org create](https://docs.turso.tech/cli/org/create) - [destroy](https://docs.turso.tech/cli/org/destroy) - [org list](https://docs.turso.tech/cli/org/list) - [org members add](https://docs.turso.tech/cli/org/members/add) - [org members invite](https://docs.turso.tech/cli/org/members/invite) - [org members list](https://docs.turso.tech/cli/org/members/list) - [org members rm](https://docs.turso.tech/cli/org/members/rm) - [org switch](https://docs.turso.tech/cli/org/switch) - [plan overages disable](https://docs.turso.tech/cli/plan/overages/disable) - [plan overages enable](https://docs.turso.tech/cli/plan/overages/enable) - [plan select](https://docs.turso.tech/cli/plan/select) - [plan show](https://docs.turso.tech/cli/plan/show) - [plan upgrade](https://docs.turso.tech/cli/plan/upgrade) - [Upgrading](https://docs.turso.tech/cli/upgrading): Update the Turso CLI to the latest version to benefit from all the latest features, and fixes. - [Turso Concepts](https://docs.turso.tech/concepts) - [Data & Connections](https://docs.turso.tech/data-and-connections): Learn how data consistency and connections work with Turso databases. - [AI & Embeddings](https://docs.turso.tech/features/ai-and-embeddings): Vector Similarity Search is built into Turso and libSQL Server as a native feature. - [Attach Database](https://docs.turso.tech/features/attach-database): Attach and read data across multiple databases. - [Branching](https://docs.turso.tech/features/branching) - [Data Edge](https://docs.turso.tech/features/data-edge): Allow your users to reach local replicas of your database, wherever they are. - [Embedded Replicas](https://docs.turso.tech/features/embedded-replicas/introduction) - [Turso + Linode by Akamai](https://docs.turso.tech/features/embedded-replicas/with-akamai): Deploy a JavaScript/Rust app using [Turso embedded replicas](/features/embedded-replicas) to [Akamai](https://www.linode.com/). - [Embedded Replicas on Fly](https://docs.turso.tech/features/embedded-replicas/with-fly): Deploy a JavaScript app using [Turso embedded replicas](/features/embedded-replicas) to [Fly.io](https://www.fly.io/). - [Turso + Koyeb](https://docs.turso.tech/features/embedded-replicas/with-koyeb): Deploy a JavaScript/Rust app using [Turso embedded replicas](/features/embedded-replicas) to [Koyeb](https://www.koyeb.com/). - [Turso + Railway](https://docs.turso.tech/features/embedded-replicas/with-railway): Deploy a JavaScript/Rust app using [Turso embedded replicas](/features/embedded-replicas) to [Railway](https://railway.app/). - [Turso + Render](https://docs.turso.tech/features/embedded-replicas/with-render): Deploy a JavaScript app using [Turso embedded replicas](/features/embedded-replicas) to [Render](https://render.com/). - [Multi-DB Schemas](https://docs.turso.tech/features/multi-db-schemas): Create and share a single schema across multiple databases. - [Platform API](https://docs.turso.tech/features/platform-api): Manage databases, replicas, and teams with the Turso Platform API. - [Point-in-Time Recovery](https://docs.turso.tech/features/point-in-time-recovery) - [Scale to Zero](https://docs.turso.tech/features/scale-to-zero) - [Usage & Billing](https://docs.turso.tech/help/usage-and-billing) - [Welcome to Turso](https://docs.turso.tech/introduction): SQLite for Production. Powered by libSQL. - [libSQL](https://docs.turso.tech/libsql): libSQL is SQLite for modern applications. - [Local Development](https://docs.turso.tech/local-development): Build locally using SQLite, libSQL Server or Turso. - [Quickstart](https://docs.turso.tech/quickstart): Welcome to Turso! Get started with Turso in minutes. - [Authentication](https://docs.turso.tech/sdk/authentication) - [Turso Examples (C)](https://docs.turso.tech/sdk/c/examples) - [Turso Quickstart (C)](https://docs.turso.tech/sdk/c/quickstart): Get started with Turso and C using the libSQL client in a few simple steps. - [C Reference](https://docs.turso.tech/sdk/c/reference): libSQL C Reference - [Examples](https://docs.turso.tech/sdk/flutter/examples) - [Drift + Turso / LibSQL](https://docs.turso.tech/sdk/flutter/integrations/drift): Configure `drift` to work with `libsql_dart` - [Turso Quickstart (Flutter / Dart)](https://docs.turso.tech/sdk/flutter/quickstart): Get started with Flutter and Dart using the libSQL client in a few simple steps - [Reference](https://docs.turso.tech/sdk/flutter/reference): libSQL Flutter / Dart Reference - [Examples](https://docs.turso.tech/sdk/go/examples) - [Turso Quickstart (Go)](https://docs.turso.tech/sdk/go/quickstart): Get started with Turso and Go using the libSQL client in a few simple steps. - [Reference](https://docs.turso.tech/sdk/go/reference) - [Turso Quickstart (HTTP)](https://docs.turso.tech/sdk/http/quickstart): Get started with Turso using the libSQL remote protocol in a few simple steps. - [libSQL Remote Protocol Reference](https://docs.turso.tech/sdk/http/reference) - [Introduction](https://docs.turso.tech/sdk/introduction) - [Turso Quickstart (Android)](https://docs.turso.tech/sdk/kotlin/quickstart): Get started with Turso and Android using the libSQL client in a few simple steps. - [Android Reference](https://docs.turso.tech/sdk/kotlin/reference): libSQL Android Reference - [Examples](https://docs.turso.tech/sdk/php/examples) - [Turso + Laravel](https://docs.turso.tech/sdk/php/guides/laravel): Set up Turso in your Laravel project in minutes - [Turso + Doctrine DBAL](https://docs.turso.tech/sdk/php/orm/doctrine-dbal): Set up Turso in your PHP + Doctrine DBAL project in minutes - [Turso Quickstart (PHP)](https://docs.turso.tech/sdk/php/quickstart): Get started with Turso and PHP using the libSQL client in a few simple steps. - [Reference](https://docs.turso.tech/sdk/php/reference): libSQL PHP Reference - [Examples](https://docs.turso.tech/sdk/python/examples) - [Flask + Turso](https://docs.turso.tech/sdk/python/guides/flask): Set up Turso in your Flask project in minutes - [SQLAlchemy + Turso](https://docs.turso.tech/sdk/python/orm/sqlalchemy): Configure SQLAlchemy to work with your Turso database - [Turso Quickstart (Python)](https://docs.turso.tech/sdk/python/quickstart): Get started with Turso and Python using the libSQL client in a few simple steps. - [Reference](https://docs.turso.tech/sdk/python/reference) - [Turso Examples (Ruby)](https://docs.turso.tech/sdk/ruby/examples) - [Turso Quickstart (Ruby)](https://docs.turso.tech/sdk/ruby/quickstart): Get started with Turso and Ruby using the libSQL client in a few simple steps. - [Examples](https://docs.turso.tech/sdk/rust/examples) - [Turso + Actix](https://docs.turso.tech/sdk/rust/guides/actix): Set up Turso in your Actix project in minutes - [Turso + Axum](https://docs.turso.tech/sdk/rust/guides/axum): Set up Turso in your Axum project in minutes - [Turso + Rocket](https://docs.turso.tech/sdk/rust/guides/rocket): Set up Turso in your Rocket project in minutes - [Tauri + Turso](https://docs.turso.tech/sdk/rust/guides/tauri): Set up Turso in your Tauri project in minutes - [Turso Quickstart (Rust)](https://docs.turso.tech/sdk/rust/quickstart): Get started with Turso and Rust using the libSQL crate in a few simple steps - [Reference](https://docs.turso.tech/sdk/rust/reference): libSQL Rust Reference - [Turso Quickstart (Swift)](https://docs.turso.tech/sdk/swift/quickstart): Get started with Turso and Swift using the libSQL client in a few simple steps. - [Swift Reference](https://docs.turso.tech/sdk/swift/reference): libSQL Swift Reference - [Examples](https://docs.turso.tech/sdk/ts/examples) - [Astro + Turso](https://docs.turso.tech/sdk/ts/guides/astro): Set up Turso in your Astro project in minutes. - [Elysia + Turso](https://docs.turso.tech/sdk/ts/guides/elysia): Set up Turso in your Elysia project in minutes. - [Hono + Turso](https://docs.turso.tech/sdk/ts/guides/hono): Set up Turso in your Hono project in minutes. - [Next.js + Turso](https://docs.turso.tech/sdk/ts/guides/nextjs): Set up Turso in your Next.js project in minutes. - [Nuxt + Turso](https://docs.turso.tech/sdk/ts/guides/nuxt): Set up Turso in your Nuxt project in minutes - [Quasar + Turso](https://docs.turso.tech/sdk/ts/guides/quasar): Set up Turso in your Quasar project in minutes - [Qwik + Turso](https://docs.turso.tech/sdk/ts/guides/qwik): Set up Turso in your Qwik project in minutes - [Remix + Turso](https://docs.turso.tech/sdk/ts/guides/remix): Set up Turso in your Remix project in minutes - [SvelteKit + Turso](https://docs.turso.tech/sdk/ts/guides/sveltekit): Set up Turso in your SvelteKit project in minutes - [Sentry](https://docs.turso.tech/sdk/ts/integrations/sentry): Trace slow queries and capture SQL errors with Sentry. - [Drizzle + Turso](https://docs.turso.tech/sdk/ts/orm/drizzle): Configure Drizzle to work with Turso - [Prisma + Turso](https://docs.turso.tech/sdk/ts/orm/prisma): Configure Prisma to work with your Turso database - [Turso Quickstart (TypeScript / JS)](https://docs.turso.tech/sdk/ts/quickstart): Get started with Turso and TypeScript using the libSQL client in a few simple steps - [Reference](https://docs.turso.tech/sdk/ts/reference): libSQL JavaScript and TypeScript Reference - [Support](https://docs.turso.tech/support): We're always here to help. ## Optional - [Turso Homepage](https://turso.tech) - [Blog & Tutorials](https://turso.tech/blog) - [Discord](https://discord.gg/turso) - [GitHub](https://github.com/tursodatabase)