# How Poke Gives Every User Their Own Database, Without Them Ever Knowing

DevFeed: [How Poke Gives Every User Their Own Database, Without Them Ever Knowing](<https://devfeed.tech/articles/how-poke-gives-every-user-their-own-database-without-them-ever-knowing-5961.md>)

Original publisher: [Read original article](<https://turso.tech/blog/how-poke-gives-every-user-their-own-database>)

Author: Jeff Olson

Published: 2026-08-20T00: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>), [Architecture & Design](<https://devfeed.tech/topics/architecture-design.md>), [Security](<https://devfeed.tech/topics/security.md>), [AI Agent](<https://devfeed.tech/topics/ai-agent.md>), [SQL](<https://devfeed.tech/topics/sql.md>), [cpu](<https://devfeed.tech/topics/cpu.md>)

Tags: [ai-agent](<https://devfeed.tech/tags/ai-agent.md>), [ai-agents](<https://devfeed.tech/tags/ai-agents.md>), [code](<https://devfeed.tech/tags/code.md>), [database](<https://devfeed.tech/tags/database.md>), [databases](<https://devfeed.tech/tags/databases.md>), [performance](<https://devfeed.tech/tags/performance.md>), [security](<https://devfeed.tech/tags/security.md>), [software-architecture](<https://devfeed.tech/tags/software-architecture.md>), [turso](<https://devfeed.tech/tags/turso.md>)

## AI overview

Poke provisions a separate Turso database for each website generated by its iMessage personal assistant. The per-user isolation helps contain inefficient SQL, unexpected traffic, security vulnerabilities, and associated performance or data-leakage risks while keeping costs manageable for low-traffic sites.

## Source excerpt

How Poke's iMessage assistant provisions a Turso database for every website it builds, giving each user full isolation without them ever noticing.