Skip to content

Latest commit

 

History

History
87 lines (69 loc) · 2.86 KB

introduction.mdx

File metadata and controls

87 lines (69 loc) · 2.86 KB
title
Introduction

Turso provides multiple official SDKs that you can use to connect a local or remote database, as well as support for embedded databases. If you're using a language or framework that isn't supported with an official driver, you can use Turso over HTTP.

Official SDKs

Turso SDKs are fully compatible with libSQL, so you can use the same SDK to connect to a local database (SQLite), libSQL server, a remote database, or an embedded replica.

Community SDKs

These SDKs are community-driven and don't come with official Turso support.

<Card horizontal title="Flutter / Dart" icon={ } href="/sdk/flutter/quickstart" />

<Card horizontal title="Laravel" icon={ } href="https://github.com/richan-fongdasen/turso-laravel" />

Turso over HTTP