Create a new database from scratch, or an existing SQLite dump using the Create Database Button.
[![Create a database with Turso](https://sqlite.new/button)](https://sqlite.new)
<a href="https://sqlite.new">
<img src="https://sqlite.new/button" alt="Create a database with Turso" />
</a>
https://sqlite.new
Specify schema
as the type
if you want to use multi-db schemas!
schema
- Create a database with multi-db schema support
[![Create a database with Turso](https://sqlite.new/button)](https://sqlite.new?type=schema)
If you set dump
to an existing SQLite dump file you host, you can seed the new database using this:
[![Create a database with Turso](https://sqlite.new/button)](https://sqlite.new?dump=https%3A%2F%2Fmysite.com%2Ffile.db)
You can set the name of the database using this parameter:
[![Create a database with Turso](https://sqlite.new/button)](https://sqlite.new?name=my-new-database)
You can select the primary location for your database using the location
paerameter:
[![Create a database with Turso](https://sqlite.new/button)](https://sqlite.new?location=lax)
You can see a full list of location
codes here.