# Introducing the Drizzle Session Storage Adapter for Shopify App Developers

DevFeed: [Introducing the Drizzle Session Storage Adapter for Shopify App Developers](<https://devfeed.tech/articles/introducing-the-drizzle-session-storage-adapter-for-shopify-app-developers-5986.md>)

Original publisher: [Read original article](<https://turso.tech/blog/introducing-the-drizzle-session-storage-adapter-for-shopify-app-developers>)

Author: Jamie Barton

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

Content type: article

Language: en

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

Topics: [Drizzle](<https://devfeed.tech/topics/drizzle.md>), [Shopify](<https://devfeed.tech/topics/shopify.md>), [SQLite](<https://devfeed.tech/topics/sqlite.md>), [Turso](<https://devfeed.tech/topics/turso.md>), [libSQL](<https://devfeed.tech/topics/libsql.md>), [Object-relational mapping](<https://devfeed.tech/topics/orm.md>)

Tags: [drizzle](<https://devfeed.tech/tags/drizzle.md>), [github](<https://devfeed.tech/tags/github.md>), [libsql](<https://devfeed.tech/tags/libsql.md>), [mysql](<https://devfeed.tech/tags/mysql.md>), [orm](<https://devfeed.tech/tags/orm.md>), [postgres](<https://devfeed.tech/tags/postgres.md>), [shopify](<https://devfeed.tech/tags/shopify.md>), [sqlite](<https://devfeed.tech/tags/sqlite.md>), [turso](<https://devfeed.tech/tags/turso.md>)

## AI overview

Turso and Drizzle collaborated on a native Shopify App Session Storage Adapter for SQLite. The adapter lets Shopify app developers use Drizzle to define session-storage schemas and store session data in SQLite, with a libSQL client compatible with Turso. The article also notes Drizzle support for MySQL and Postgres and directs readers to installation guidance and community support.

## Source excerpt

More and more developers are using Turso to build Shopify Apps. We noticed that developers using Turso and Drizzle ORM to build Shopify Apps were configuring "session storage" using workarounds and sometimes, alternate ORMs because there was no native adapter for Drizzle and Shopify. Turso are huge fans of Drizzle, so it made sense to collaborate with them to create a new Shopify App Session Storage Adapter for SQLite.