# Platform API

Published articles for Platform API.

This is one page of public article previews, not the complete archive. Follow Next page to continue. Summaries are not the original full articles.

## Multi-tenancy at Scale: How to Give Every User Their Own Database

DevFeed: [Multi-tenancy at Scale: How to Give Every User Their Own Database](<https://devfeed.tech/articles/multi-tenancy-at-scale-how-to-give-every-user-their-own-database-6006.md>)

Original publisher: [Read original article](<https://turso.tech/blog/multi-tenancy-at-scale>)

Author: Jeff Olson

Published: 2026-08-17T00:00:00Z

Content type: article

Language: en

Sources: [Turso Blog](<https://devfeed.tech/sources/turso-blog.md>)

Topics: [Multi-tenancy](<https://devfeed.tech/topics/multi-tenancy.md>), [Databases](<https://devfeed.tech/topics/databases.md>), [SQLite](<https://devfeed.tech/topics/sqlite.md>), [Turso](<https://devfeed.tech/topics/turso.md>), [MySQL](<https://devfeed.tech/topics/mysql.md>), [PostgreSQL](<https://devfeed.tech/topics/postgresql.md>)

Tags: [database](<https://devfeed.tech/tags/database.md>), [multi-tenancy](<https://devfeed.tech/tags/multi-tenancy.md>), [mysql](<https://devfeed.tech/tags/mysql.md>), [platform-api](<https://devfeed.tech/tags/platform-api.md>), [postgresql](<https://devfeed.tech/tags/postgresql.md>), [saas](<https://devfeed.tech/tags/saas.md>), [scale](<https://devfeed.tech/tags/scale.md>), [software-architecture](<https://devfeed.tech/tags/software-architecture.md>), [sqlite](<https://devfeed.tech/tags/sqlite.md>), [turso](<https://devfeed.tech/tags/turso.md>)

### AI overview

This article argues that database-per-tenant architecture becomes practical at scale when each tenant database is a SQLite file rather than a continuously running PostgreSQL or MySQL server process. It contrasts the cost, connection-pooling, and backup challenges of server-based databases with SQLite's low-cost, file-based model, using Turso as the relevant platform context.

### Source excerpt

The warnings against giving every tenant their own database assume a database is a server process. When a database is a file, the tradeoffs look completely different.

## View Operational Insights Within the GraphOS Platform API

DevFeed: [View Operational Insights Within the GraphOS Platform API](<https://devfeed.tech/articles/view-operational-insights-within-the-graphos-platform-api-23566.md>)

Original publisher: [Read original article](<https://www.apollographql.com/blog/view-operational-insights-within-the-graphos-platform-api>)

Author: Nick Marsh

Published: 2026-04-13T13:34:36Z

Content type: tutorial

Language: en

Sources: [Apollo Blog](<https://devfeed.tech/sources/apollo-blog.md>)

Topics: [GraphOS](<https://devfeed.tech/topics/graphos.md>), [Platform API](<https://devfeed.tech/topics/platform-api.md>), [GraphQL](<https://devfeed.tech/topics/graphql.md>), [Data analysis](<https://devfeed.tech/topics/data-analysis.md>), [Latency](<https://devfeed.tech/topics/latency.md>)

Tags: [analysis](<https://devfeed.tech/tags/analysis.md>), [engineering](<https://devfeed.tech/tags/engineering.md>), [format](<https://devfeed.tech/tags/format.md>), [graphos](<https://devfeed.tech/tags/graphos.md>), [graphql](<https://devfeed.tech/tags/graphql.md>), [latency](<https://devfeed.tech/tags/latency.md>), [monitoring](<https://devfeed.tech/tags/monitoring.md>), [platform-api](<https://devfeed.tech/tags/platform-api.md>)

### AI overview

The article explains how to use the GraphOS Platform API to analyze GraphQL usage and performance. It covers point-in-time operation reports and time-series insights for operations, subgraphs, and fields, including metrics such as request counts, latency percentiles, and error rates.

### Source excerpt

Query GraphQL usage with the GraphOS Platform API: point-in-time operation reports plus timeseries data for operations, subgraphs, and fields.

## Incident Review: Intermittent Disruption and Degradation of Heroku Services on October 20, 2025

DevFeed: [Incident Review: Intermittent Disruption and Degradation of Heroku Services on October 20, 2025](<https://devfeed.tech/articles/incident-review-intermittent-disruption-and-degradation-of-heroku-services-on-october-20-2025-26453.md>)

Original publisher: [Read original article](<https://www.heroku.com/blog/incident-review-intermittent-disruption-of-services-on-october-2025/>)

Author: Michelle Peot

Published: 2025-11-14T23:00:50Z

Content type: article

Language: en

Sources: [Heroku](<https://devfeed.tech/sources/heroku.md>)

Topics: [Heroku](<https://devfeed.tech/topics/heroku.md>), [incident](<https://devfeed.tech/topics/incident.md>), [Cloud](<https://devfeed.tech/topics/cloud.md>), [Availability](<https://devfeed.tech/topics/availability.md>), [Monitoring](<https://devfeed.tech/topics/monitoring.md>), [networking](<https://devfeed.tech/topics/networking.md>), [Provisioning](<https://devfeed.tech/topics/provisioning.md>)

Tags: [2025](<https://devfeed.tech/tags/2025.md>), [autoscaling](<https://devfeed.tech/tags/autoscaling.md>), [availability](<https://devfeed.tech/tags/availability.md>), [cloud](<https://devfeed.tech/tags/cloud.md>), [dynos](<https://devfeed.tech/tags/dynos.md>), [heroku](<https://devfeed.tech/tags/heroku.md>), [incident](<https://devfeed.tech/tags/incident.md>), [latency](<https://devfeed.tech/tags/latency.md>), [monitoring](<https://devfeed.tech/tags/monitoring.md>), [networking](<https://devfeed.tech/tags/networking.md>), [news](<https://devfeed.tech/tags/news.md>), [outage](<https://devfeed.tech/tags/outage.md>), [platform-api](<https://devfeed.tech/tags/platform-api.md>), [provisioning](<https://devfeed.tech/tags/provisioning.md>), [recovery](<https://devfeed.tech/tags/recovery.md>)

### AI overview

Heroku reviews a complex, multi-phase service disruption beginning on October 20, 2025. The incident was triggered by database and networking outages at its cloud infrastructure provider in Virginia and compounded by Heroku's single-region control plane architecture and automation failures, affecting provisioning, monitoring, networking, availability, API operations, dynos, builds, and deployments.

### Source excerpt

Beginning on October 20th, 2025 07:06 UTC, multiple Heroku services were initially impacted by a database service disruption with our cloud infrastructure provider in the Virginia region. This affected the monitoring, provisioning, networking and availability of cloud infrastructure services that power the Heroku platform. This outage was a complex, multi-phased event primarily triggered by multiple upstream outages within the cloud infrastructure provider Virginia region, and compounded by Heroku's single-region control plane architecture and automation failures. The service disruptions can be divided into two distinct phases based on root causes, timeline, and impacts. The post Incident Review: Intermittent Disruption and Degradation of Heroku Services on October 20, 2025 appeared first on Heroku.

## Track Database Branching with Turso Cloud

DevFeed: [Track Database Branching with Turso Cloud](<https://devfeed.tech/articles/track-database-branching-with-turso-cloud-6051.md>)

Original publisher: [Read original article](<https://turso.tech/blog/track-database-branching-with-turso-cloud>)

Author: Jamie Barton

Published: 2025-04-16T00:00:00Z

Content type: article

Language: en

Sources: [Turso Blog](<https://devfeed.tech/sources/turso-blog.md>)

Topics: [Turso](<https://devfeed.tech/topics/turso.md>), [Platform API](<https://devfeed.tech/topics/platform-api.md>), [Command-line interface](<https://devfeed.tech/topics/cli.md>), [dashboards](<https://devfeed.tech/topics/dashboards.md>), [Databases](<https://devfeed.tech/topics/databases.md>), [API](<https://devfeed.tech/topics/api.md>), [Development](<https://devfeed.tech/topics/development.md>)

Tags: [api](<https://devfeed.tech/tags/api.md>), [cli](<https://devfeed.tech/tags/cli.md>), [collaboration](<https://devfeed.tech/tags/collaboration.md>), [database](<https://devfeed.tech/tags/database.md>), [parallel](<https://devfeed.tech/tags/parallel.md>), [platform](<https://devfeed.tech/tags/platform.md>), [platform-api](<https://devfeed.tech/tags/platform-api.md>), [trace](<https://devfeed.tech/tags/trace.md>), [turso](<https://devfeed.tech/tags/turso.md>), [workflows](<https://devfeed.tech/tags/workflows.md>)

### AI overview

Turso Cloud now supports tracking database branches through the Dashboard, CLI, and Platform API. The feature shows branch lineage, links branches to their parent databases, and supports workflows such as experiments, parallel development, collaboration, and preview environments.

### Source excerpt

Turso Cloud now tracks database branches in the dashboard, CLI, and Platform API, giving you clear lineage and parent links for every branched database.

## Migrating and Importing SQLite to Turso Just Got Easier

DevFeed: [Migrating and Importing SQLite to Turso Just Got Easier](<https://devfeed.tech/articles/migrating-and-importing-sqlite-to-turso-just-got-easier-6002.md>)

Original publisher: [Read original article](<https://turso.tech/blog/migrating-and-importing-sqlite-to-turso-just-got-easier>)

Author: Jamie Barton

Published: 2025-04-14T00:00:00Z

Content type: article

Language: en

Sources: [Turso Blog](<https://devfeed.tech/sources/turso-blog.md>)

Topics: [Database](<https://devfeed.tech/topics/database.md>), [Platform API](<https://devfeed.tech/topics/platform-api.md>)

Tags: [api](<https://devfeed.tech/tags/api.md>), [architecture](<https://devfeed.tech/tags/architecture.md>), [cli](<https://devfeed.tech/tags/cli.md>), [cloud](<https://devfeed.tech/tags/cloud.md>), [databases](<https://devfeed.tech/tags/databases.md>), [latency](<https://devfeed.tech/tags/latency.md>), [platform-api](<https://devfeed.tech/tags/platform-api.md>), [sqlite](<https://devfeed.tech/tags/sqlite.md>), [turso](<https://devfeed.tech/tags/turso.md>)

### AI overview

Turso Cloud introduces a SQLite Upload API and CLI import command for migrating or seeding existing SQLite databases. The article covers WAL preparation, CLI and API-based uploads, direct regional transfers, and uploads up to 20GB.

### Source excerpt

Turso Cloud's new SQLite Upload API and 'turso db import' CLI command make migrating or seeding existing SQLite databases into Turso a single step.

## Prevent Accidental Deletes with Database and Group Delete Protection

DevFeed: [Prevent Accidental Deletes with Database and Group Delete Protection](<https://devfeed.tech/articles/prevent-accidental-deletes-with-database-and-group-delete-protection-6022.md>)

Original publisher: [Read original article](<https://turso.tech/blog/prevent-accidental-deletes-with-database-and-group-delete-protection>)

Author: Jamie Barton

Published: 2025-04-02T00:00:00Z

Content type: release

Language: en

Sources: [Turso Blog](<https://devfeed.tech/sources/turso-blog.md>)

Topics: [Turso](<https://devfeed.tech/topics/turso.md>), [Platform API](<https://devfeed.tech/topics/platform-api.md>), [API](<https://devfeed.tech/topics/api.md>), [Command-line interface](<https://devfeed.tech/topics/cli.md>), [Database](<https://devfeed.tech/topics/database.md>)

Tags: [api](<https://devfeed.tech/tags/api.md>), [cli](<https://devfeed.tech/tags/cli.md>), [cloud](<https://devfeed.tech/tags/cloud.md>), [database](<https://devfeed.tech/tags/database.md>), [databases](<https://devfeed.tech/tags/databases.md>), [new-feature](<https://devfeed.tech/tags/new-feature.md>), [platform-api](<https://devfeed.tech/tags/platform-api.md>), [production](<https://devfeed.tech/tags/production.md>), [protection](<https://devfeed.tech/tags/protection.md>), [turso](<https://devfeed.tech/tags/turso.md>)

### AI overview

Turso Cloud introduces Delete Protection for databases and groups. The feature is available through the Turso Dashboard, CLI, and Platform API, and blocks deletion attempts until protection is explicitly disabled.

### Source excerpt

Turso Cloud now supports Delete Protection on databases and groups from the dashboard, CLI, and Platform API, blocking accidental deletions of production data.

## Analytics for Per-User Database Architecture

DevFeed: [Analytics for Per-User Database Architecture](<https://devfeed.tech/articles/analytics-for-per-user-database-architecture-5887.md>)

Original publisher: [Read original article](<https://turso.tech/blog/analytics-for-per-user-database-architecture>)

Author: Jamie Barton

Published: 2024-11-18T00:00:00Z

Content type: article

Language: en

Sources: [Turso Blog](<https://devfeed.tech/sources/turso-blog.md>)

Topics: [Per-user Database](<https://devfeed.tech/topics/per-user-database.md>), [Multitenancy](<https://devfeed.tech/topics/multitenancy.md>), [Turso](<https://devfeed.tech/topics/turso.md>), [SQLite](<https://devfeed.tech/topics/sqlite.md>), [Platform API](<https://devfeed.tech/topics/platform-api.md>), [Data Management](<https://devfeed.tech/topics/data-management.md>), [Architecture & Design](<https://devfeed.tech/topics/architecture-design.md>), [Software as a service](<https://devfeed.tech/topics/saas.md>), [data-architecture](<https://devfeed.tech/topics/data-architecture.md>), [Databases](<https://devfeed.tech/topics/databases.md>)

Tags: [architecture](<https://devfeed.tech/tags/architecture.md>), [data-management](<https://devfeed.tech/tags/data-management.md>), [database](<https://devfeed.tech/tags/database.md>), [databases](<https://devfeed.tech/tags/databases.md>), [etl](<https://devfeed.tech/tags/etl.md>), [metrics](<https://devfeed.tech/tags/metrics.md>), [monitor](<https://devfeed.tech/tags/monitor.md>), [per-user-database](<https://devfeed.tech/tags/per-user-database.md>), [platform-api](<https://devfeed.tech/tags/platform-api.md>), [reporting](<https://devfeed.tech/tags/reporting.md>), [saas](<https://devfeed.tech/tags/saas.md>), [sqlite](<https://devfeed.tech/tags/sqlite.md>), [turso](<https://devfeed.tech/tags/turso.md>)

### AI overview

This article explains how to aggregate analytics from a per-user or per-tenant Turso database architecture. It describes using an ETL script to query individual SQLite databases, collect metrics such as orders, revenue, shopping carts, and products, and store the results in a central database for reporting and platform monitoring.

### Source excerpt

Aggregating Multi-Tenant Databases for Analytics and Reporting

## Turso: Databases For All Your AI Apps

DevFeed: [Turso: Databases For All Your AI Apps](<https://devfeed.tech/articles/turso-databases-for-all-your-ai-apps-5929.md>)

Original publisher: [Read original article](<https://turso.tech/blog/databases-for-all-your-ai-apps>)

Author: Glauber Costa

Published: 2024-10-21T00:00:00Z

Content type: news

Language: en

Sources: [Turso Blog](<https://devfeed.tech/sources/turso-blog.md>)

Topics: [Turso](<https://devfeed.tech/topics/turso.md>), [Databases](<https://devfeed.tech/topics/databases.md>), [AI Development](<https://devfeed.tech/topics/ai-development.md>), [AI Agent](<https://devfeed.tech/topics/ai-agent.md>), [libSQL](<https://devfeed.tech/topics/libsql.md>), [Platform API](<https://devfeed.tech/topics/platform-api.md>), [LangChain](<https://devfeed.tech/topics/langchain.md>), [Local-First](<https://devfeed.tech/topics/local-first.md>), [quantization](<https://devfeed.tech/topics/quantization.md>), [iOS](<https://devfeed.tech/topics/ios.md>), [Mobile](<https://devfeed.tech/topics/mobile.md>)

Tags: [agents](<https://devfeed.tech/tags/agents.md>), [ai](<https://devfeed.tech/tags/ai.md>), [databases](<https://devfeed.tech/tags/databases.md>), [ios](<https://devfeed.tech/tags/ios.md>), [langchain](<https://devfeed.tech/tags/langchain.md>), [libsql](<https://devfeed.tech/tags/libsql.md>), [local-first](<https://devfeed.tech/tags/local-first.md>), [platform-api](<https://devfeed.tech/tags/platform-api.md>), [quantization](<https://devfeed.tech/tags/quantization.md>), [turso](<https://devfeed.tech/tags/turso.md>)

### AI overview

Turso announces generally available native vector search with DiskANN indexing, the Turso Vector SDK, 1-bit quantization, and LangChain support for libSQL as a vector store. The article also describes ephemeral database workflows for AI agents and privacy-focused local-first applications.

### Source excerpt

On Day 1 of our Launch Week, find out why Turso is the database for all your AI apps.

## Adaptive Computer chooses Turso ephemeral databases to power AI agents that build and modify software

DevFeed: [Adaptive Computer chooses Turso ephemeral databases to power AI agents that build and modify software](<https://devfeed.tech/articles/adaptive-computer-chooses-turso-ephemeral-databases-to-power-ai-agents-that-build-and-modify-software-5879.md>)

Original publisher: [Read original article](<https://turso.tech/blog/adaptive-computer-chooses-turso-ephemeral-databases-to-power-ai-agents-that-build-and-modify-software>)

Author: Mike Soylu

Published: 2024-10-21T00:00:00Z

Content type: article

Language: en

Sources: [Turso Blog](<https://devfeed.tech/sources/turso-blog.md>)

Topics: [Turso](<https://devfeed.tech/topics/turso.md>), [AI Agent](<https://devfeed.tech/topics/ai-agent.md>), [Platform API](<https://devfeed.tech/topics/platform-api.md>), [Multitenancy](<https://devfeed.tech/topics/multitenancy.md>), [SQLite](<https://devfeed.tech/topics/sqlite.md>)

Tags: [ai-agents](<https://devfeed.tech/tags/ai-agents.md>), [multitenancy](<https://devfeed.tech/tags/multitenancy.md>), [platform-api](<https://devfeed.tech/tags/platform-api.md>), [sqlite](<https://devfeed.tech/tags/sqlite.md>), [turso](<https://devfeed.tech/tags/turso.md>)

### AI overview

Adaptive Computer describes using Turso to provision and branch databases for AI-agent changes to applications, validate those changes, and roll them back when needed. The company says it had 40,000 Turso databases in September while still in alpha.

### Source excerpt

How Adaptive Computer uses Turso multitenancy to create tens of thousands of databases that power AI agent actions

## We built a brand new Turso web app!

DevFeed: [We built a brand new Turso web app!](<https://devfeed.tech/articles/we-built-a-brand-new-turso-web-app-6099.md>)

Original publisher: [Read original article](<https://turso.tech/blog/we-built-a-brand-new-turso-web-app>)

Author: Michael Ludden

Published: 2024-08-19T00:00:00Z

Content type: release

Language: en

Sources: [Turso Blog](<https://devfeed.tech/sources/turso-blog.md>)

Topics: [web applications](<https://devfeed.tech/topics/web-applications.md>), [dashboards](<https://devfeed.tech/topics/dashboards.md>)

Tags: [app](<https://devfeed.tech/tags/app.md>), [architecture](<https://devfeed.tech/tags/architecture.md>), [cli](<https://devfeed.tech/tags/cli.md>), [database](<https://devfeed.tech/tags/database.md>), [developer](<https://devfeed.tech/tags/developer.md>), [developer-experience](<https://devfeed.tech/tags/developer-experience.md>), [launch](<https://devfeed.tech/tags/launch.md>), [platform-api](<https://devfeed.tech/tags/platform-api.md>), [replication](<https://devfeed.tech/tags/replication.md>), [sqlite](<https://devfeed.tech/tags/sqlite.md>), [turso](<https://devfeed.tech/tags/turso.md>), [web](<https://devfeed.tech/tags/web.md>), [web-interface](<https://devfeed.tech/tags/web-interface.md>)

### AI overview

Turso announces a generally available, rearchitected web app and dashboard for managing databases, schemas, tokens, replication, and settings.

### Source excerpt

We're excited to announce the launch of our brand new Turso web app!

## The Databases API: Platform Saga Part VI

DevFeed: [The Databases API: Platform Saga Part VI](<https://devfeed.tech/articles/the-databases-api-platform-saga-part-vi-5928.md>)

Original publisher: [Read original article](<https://turso.tech/blog/databases-api-platform-saga-part-6>)

Author: Jamie Barton

Published: 2024-05-21T00:00:00Z

Content type: article

Language: en

Sources: [Turso Blog](<https://devfeed.tech/sources/turso-blog.md>)

Topics: [Databases](<https://devfeed.tech/topics/databases.md>), [Turso](<https://devfeed.tech/topics/turso.md>), [API Platform](<https://devfeed.tech/topics/api-platform.md>), [SQLite](<https://devfeed.tech/topics/sqlite.md>), [Replication](<https://devfeed.tech/topics/replication.md>), [Documentation](<https://devfeed.tech/topics/documentation.md>)

Tags: [api](<https://devfeed.tech/tags/api.md>), [api-platform](<https://devfeed.tech/tags/api-platform.md>), [backup](<https://devfeed.tech/tags/backup.md>), [databases](<https://devfeed.tech/tags/databases.md>), [devices](<https://devfeed.tech/tags/devices.md>), [documentation](<https://devfeed.tech/tags/documentation.md>), [libsql](<https://devfeed.tech/tags/libsql.md>), [offline](<https://devfeed.tech/tags/offline.md>), [platform-api](<https://devfeed.tech/tags/platform-api.md>), [replication](<https://devfeed.tech/tags/replication.md>), [servers](<https://devfeed.tech/tags/servers.md>), [sqlite](<https://devfeed.tech/tags/sqlite.md>), [turso](<https://devfeed.tech/tags/turso.md>)

### AI overview

This article presents Turso's Databases API for creating databases, uploading SQLite dumps, creating database branches, restoring backups, and performing related database operations.

### Source excerpt

Create databases, upload SQLite dumps, create database branches, restore from backup, and more with Turso's Databases API.

## Working with Clerk and per-user databases

DevFeed: [Working with Clerk and per-user databases](<https://devfeed.tech/articles/working-with-clerk-and-per-user-databases-6121.md>)

Original publisher: [Read original article](<https://turso.tech/blog/working-with-clerk-and-per-user-databases>)

Author: Jamie Barton

Published: 2024-05-07T00:00:00Z

Content type: tutorial

Language: en

Sources: [Turso Blog](<https://devfeed.tech/sources/turso-blog.md>)

Topics: [Multitenancy](<https://devfeed.tech/topics/multitenancy.md>), [Turso](<https://devfeed.tech/topics/turso.md>), [Authentication](<https://devfeed.tech/topics/authentication.md>), [Database](<https://devfeed.tech/topics/database.md>), [React](<https://devfeed.tech/topics/react.md>), [Next.js](<https://devfeed.tech/topics/next-js.md>)

Tags: [apps](<https://devfeed.tech/tags/apps.md>), [architecture](<https://devfeed.tech/tags/architecture.md>), [authentication](<https://devfeed.tech/tags/authentication.md>), [building](<https://devfeed.tech/tags/building.md>), [databases](<https://devfeed.tech/tags/databases.md>), [framework](<https://devfeed.tech/tags/framework.md>), [how-to](<https://devfeed.tech/tags/how-to.md>), [learn](<https://devfeed.tech/tags/learn.md>), [multi-tenancy](<https://devfeed.tech/tags/multi-tenancy.md>), [next-js](<https://devfeed.tech/tags/next-js.md>), [platform-api](<https://devfeed.tech/tags/platform-api.md>), [react](<https://devfeed.tech/tags/react.md>), [sqlite](<https://devfeed.tech/tags/sqlite.md>), [turso](<https://devfeed.tech/tags/turso.md>)

### AI overview

A tutorial on creating per-user databases for a multi-tenant application with Turso's Multi-DB Schemas and Clerk. It explains using a parent database as a template, propagating schema changes to child databases, and creating user databases through Clerk webhooks.

### Source excerpt

Learn how to create per-user databases in a multi-tenant architecture using Turso's Multi-DB Schemas feature and Clerk for user authentication and management.

## The Groups API: Platform Saga Part V

DevFeed: [The Groups API: Platform Saga Part V](<https://devfeed.tech/articles/the-groups-api-platform-saga-part-v-5956.md>)

Original publisher: [Read original article](<https://turso.tech/blog/groups-api-platform-saga-part-5>)

Author: Jamie Barton

Published: 2024-03-29T00:00:00Z

Content type: article

Language: en

Sources: [Turso Blog](<https://devfeed.tech/sources/turso-blog.md>)

Topics: [Platform API](<https://devfeed.tech/topics/platform-api.md>), [SDKs](<https://devfeed.tech/topics/sdks.md>), [Processes](<https://devfeed.tech/topics/processes.md>)

Tags: [api](<https://devfeed.tech/tags/api.md>), [databases](<https://devfeed.tech/tags/databases.md>), [platform](<https://devfeed.tech/tags/platform.md>), [platform-api](<https://devfeed.tech/tags/platform-api.md>), [replication](<https://devfeed.tech/tags/replication.md>), [sdks](<https://devfeed.tech/tags/sdks.md>), [sqlite](<https://devfeed.tech/tags/sqlite.md>), [turso](<https://devfeed.tech/tags/turso.md>)

### AI overview

This older article describes using a Groups API to create and manage database groups for automatic global data replication.

### Source excerpt

Create and manage groups for databases to automatically replicate data globally.

## Launch Week Day 5: Database Analytics with AI Insights

DevFeed: [Launch Week Day 5: Database Analytics with AI Insights](<https://devfeed.tech/articles/launch-week-day-5-database-analytics-with-ai-insights-5923.md>)

Original publisher: [Read original article](<https://turso.tech/blog/database-analytics-with-ai-insights>)

Author: Glauber Costa

Published: 2024-03-22T00:00:00Z

Content type: article

Language: en

Sources: [Turso Blog](<https://devfeed.tech/sources/turso-blog.md>)

Topics: [Turso](<https://devfeed.tech/topics/turso.md>), [Database](<https://devfeed.tech/topics/database.md>), [Artificial Intelligence](<https://devfeed.tech/topics/ai.md>), [Latency](<https://devfeed.tech/topics/latency.md>), [Optimization](<https://devfeed.tech/topics/optimization.md>), [Query (disambiguation)](<https://devfeed.tech/topics/query.md>), [API](<https://devfeed.tech/topics/api.md>), [Command-line interface](<https://devfeed.tech/topics/cli.md>)

Tags: [ai](<https://devfeed.tech/tags/ai.md>), [cli](<https://devfeed.tech/tags/cli.md>), [database](<https://devfeed.tech/tags/database.md>), [experimental](<https://devfeed.tech/tags/experimental.md>), [explainer](<https://devfeed.tech/tags/explainer.md>), [gpt](<https://devfeed.tech/tags/gpt.md>), [latency](<https://devfeed.tech/tags/latency.md>), [optimization](<https://devfeed.tech/tags/optimization.md>), [performance](<https://devfeed.tech/tags/performance.md>), [platform-api](<https://devfeed.tech/tags/platform-api.md>), [turso](<https://devfeed.tech/tags/turso.md>)

### AI overview

Turso has launched database analytics for users on all plans, providing query latency, expensive-query analysis, row-read and row-write trends, and filtering by time period or database. An experimental free beta feature called AI Insights uses GPT-4 to explain queries and suggest optimization considerations such as indexing.

### Source excerpt

Database analytics are available to all Turso users.

## The Locations API: Platform Saga Part IV

DevFeed: [The Locations API: Platform Saga Part IV](<https://devfeed.tech/articles/the-locations-api-platform-saga-part-iv-6000.md>)

Original publisher: [Read original article](<https://turso.tech/blog/locations-api-platform-saga-part-4>)

Author: Jamie Barton

Published: 2024-03-07T00:00:00Z

Content type: tutorial

Language: en

Sources: [Turso Blog](<https://devfeed.tech/sources/turso-blog.md>)

Topics: [Turso](<https://devfeed.tech/topics/turso.md>), [Platform API](<https://devfeed.tech/topics/platform-api.md>), [Replication](<https://devfeed.tech/topics/replication.md>), [libSQL](<https://devfeed.tech/topics/libsql.md>)

Tags: [databases](<https://devfeed.tech/tags/databases.md>), [libsql](<https://devfeed.tech/tags/libsql.md>), [platform-api](<https://devfeed.tech/tags/platform-api.md>), [replication](<https://devfeed.tech/tags/replication.md>), [turso](<https://devfeed.tech/tags/turso.md>)

### AI overview

This post explains how to use the Locations API to obtain locations for hosting and replicating databases. It references an older version of Turso, whose databases could be queried over the network or synchronized with users' devices and servers for offline support.

### Source excerpt

Learn how to fetch a list of locations to host and replicate databases to.

## The Organizations API: Platform Saga Part III

DevFeed: [The Organizations API: Platform Saga Part III](<https://devfeed.tech/articles/the-organizations-api-platform-saga-part-iii-6017.md>)

Original publisher: [Read original article](<https://turso.tech/blog/organization-api-platform-saga-part-3>)

Author: Jamie Barton

Published: 2024-03-01T00:00:00Z

Content type: tutorial

Language: en

Sources: [Turso Blog](<https://devfeed.tech/sources/turso-blog.md>)

Topics: [Platform API](<https://devfeed.tech/topics/platform-api.md>)

Tags: [api](<https://devfeed.tech/tags/api.md>), [how-to](<https://devfeed.tech/tags/how-to.md>), [learn](<https://devfeed.tech/tags/learn.md>), [platform](<https://devfeed.tech/tags/platform.md>), [platform-api](<https://devfeed.tech/tags/platform-api.md>), [series](<https://devfeed.tech/tags/series.md>), [turso](<https://devfeed.tech/tags/turso.md>), [update](<https://devfeed.tech/tags/update.md>)

### AI overview

A tutorial on Turso's Organization API for listing and updating organizations, managing existing members, and inviting new members.

### Source excerpt

Learn how to manage all members of your organization with Turso's Platform API.

## The Authorization API: Platform Saga Part II

DevFeed: [The Authorization API: Platform Saga Part II](<https://devfeed.tech/articles/the-authorization-api-platform-saga-part-ii-5894.md>)

Original publisher: [Read original article](<https://turso.tech/blog/authorization-api-platform-saga-part-2-448f7622>)

Author: Jamie Barton

Published: 2024-02-22T00:00:00Z

Content type: tutorial

Language: en

Sources: [Turso Blog](<https://devfeed.tech/sources/turso-blog.md>)

Topics: [Authorization](<https://devfeed.tech/topics/authorization.md>), [Platform API](<https://devfeed.tech/topics/platform-api.md>), [Turso](<https://devfeed.tech/topics/turso.md>), [API](<https://devfeed.tech/topics/api.md>), [JSON Web Tokens](<https://devfeed.tech/topics/jwt.md>), [Authentication](<https://devfeed.tech/topics/authentication.md>), [Command-line interface](<https://devfeed.tech/topics/cli.md>), [HTTP](<https://devfeed.tech/topics/http.md>)

Tags: [api](<https://devfeed.tech/tags/api.md>), [authentication](<https://devfeed.tech/tags/authentication.md>), [authorization](<https://devfeed.tech/tags/authorization.md>), [cli](<https://devfeed.tech/tags/cli.md>), [http](<https://devfeed.tech/tags/http.md>), [platform-api](<https://devfeed.tech/tags/platform-api.md>), [tokens](<https://devfeed.tech/tags/tokens.md>), [turso](<https://devfeed.tech/tags/turso.md>)

### AI overview

This tutorial explains how Turso's Platform API authenticates requests with Bearer tokens formatted as JSON Web Tokens. It covers creating, validating, listing, and revoking API tokens, using the Turso CLI, and understanding token expiration and payloads.

### Source excerpt

Learn how to create, validate, list, and revoke API tokens you use to authorize with Turso's Platform API.

## A Hero's API Journey Begins: Platform Saga Part I

DevFeed: [A Hero's API Journey Begins: Platform Saga Part I](<https://devfeed.tech/articles/a-hero-s-api-journey-begins-platform-saga-part-i-5875.md>)

Original publisher: [Read original article](<https://turso.tech/blog/a-heros-api-journey-begins-platform-saga-part-1-44e3bcec>)

Author: Jamie Barton

Published: 2024-02-16T00:00:00Z

Content type: article

Language: en

Sources: [Turso Blog](<https://devfeed.tech/sources/turso-blog.md>)

Topics: [Platform API](<https://devfeed.tech/topics/platform-api.md>), [SDKs](<https://devfeed.tech/topics/sdks.md>)

Tags: [api](<https://devfeed.tech/tags/api.md>), [databases](<https://devfeed.tech/tags/databases.md>), [offline](<https://devfeed.tech/tags/offline.md>), [platform](<https://devfeed.tech/tags/platform.md>), [platform-api](<https://devfeed.tech/tags/platform-api.md>), [sdks](<https://devfeed.tech/tags/sdks.md>), [sync](<https://devfeed.tech/tags/sync.md>), [turso](<https://devfeed.tech/tags/turso.md>)

### AI overview

This notice says the post refers to an older Turso version. It describes current Turso as a rewrite of SQLite, with cloud querying, synchronization, offline support, and Turso-native SDKs replacing legacy libSQL SDKs.

### Source excerpt

Quest your way into the heart of Turso, where each post in our series is a key to unlocking a different aspect of platform management.

## Create a database branch with GitHub Actions

DevFeed: [Create a database branch with GitHub Actions](<https://devfeed.tech/articles/create-a-database-branch-with-github-actions-5913.md>)

Original publisher: [Read original article](<https://turso.tech/blog/create-a-database-branch-with-github-actions-07bbf804>)

Author: Jamie Barton

Published: 2024-01-18T00:00:00Z

Content type: tutorial

Language: en

Sources: [Turso Blog](<https://devfeed.tech/sources/turso-blog.md>)

Topics: [GitHub Actions](<https://devfeed.tech/topics/github-actions.md>), [Turso](<https://devfeed.tech/topics/turso.md>), [Platform API](<https://devfeed.tech/topics/platform-api.md>), [GitHub](<https://devfeed.tech/topics/github.md>), [API](<https://devfeed.tech/topics/api.md>), [Database](<https://devfeed.tech/topics/database.md>), [Deployment](<https://devfeed.tech/topics/deployment.md>), [Command-line interface](<https://devfeed.tech/topics/cli.md>)

Tags: [api](<https://devfeed.tech/tags/api.md>), [cli](<https://devfeed.tech/tags/cli.md>), [curl](<https://devfeed.tech/tags/curl.md>), [deployment](<https://devfeed.tech/tags/deployment.md>), [github](<https://devfeed.tech/tags/github.md>), [github-actions](<https://devfeed.tech/tags/github-actions.md>), [platform-api](<https://devfeed.tech/tags/platform-api.md>), [process](<https://devfeed.tech/tags/process.md>), [rest-api](<https://devfeed.tech/tags/rest-api.md>), [secrets](<https://devfeed.tech/tags/secrets.md>), [security](<https://devfeed.tech/tags/security.md>), [turso](<https://devfeed.tech/tags/turso.md>)

### AI overview

This tutorial explains how to use GitHub Actions and the Turso Platform API to automatically create a new Turso database by cloning an existing database whenever a GitHub branch is created. It also covers repository secrets, cURL requests, error handling, exporting the database ID for later workflow steps, and branch-name validation.

### Source excerpt

Create a GitHub Action that can create a new Turso database when a new GitHub branch is made.