Welcome to free-sqlite! This tool adds support for writing SQL statements in Visual Studio Code. This means you can easily write, edit, and optimize your SQL queries directly in your favorite code editor.
To get started, you need to download the application. Click the button below to visit the Releases page:
Once on the Releases page, look for the latest version. Follow these steps to install:
- Click on the version number of the latest release.
- Find the appropriate file for your operating system (Windows, macOS, or Linux).
- Click the file name to start your download.
After downloading, open the file to install the extension in VSCode.
- Operating System: Windows 10/11, macOS 10.15 or later, or any Linux distribution.
- Visual Studio Code: Version 1.30 or later.
- Internet Connection: Required for downloading and updating the extension.
- Syntax Highlighting: Easily read and write SQL queries with clear syntax highlighting.
- Auto-completion: Get suggestions for SQL functions and keywords as you type.
- Error Detection: Receive immediate feedback on SQL syntax errors to help you write correct queries.
- Multiple Databases Support: Work with SQLite and other database types seamlessly.
- After the download, locate the file in your downloads folder.
- Double-click the file to start the installation process.
- Follow the on-screen instructions to complete the installation.
- Open Visual Studio Code.
- Navigate to the Extensions view by clicking on the Extensions icon in the Activity Bar on the side of the window.
- Search for "free-sqlite" in the Extensions Marketplace.
- Click "Install" to add the extension to your Visual Studio Code environment.
Once you install free-sqlite:
- Create a new file with a
.sqlextension in Visual Studio Code. - Start typing your SQL query. For example:
SELECT * FROM users;
- Use the features like syntax highlighting and auto-completion to help write your SQL commands.
- To run your SQL queries, connect to your database as per your database setup.
For detailed usage, refer to the inbuilt help documentation within the extension.
If you encounter issues or have any questions, feel free to reach out:
- GitHub Issues: Report any problems or request features directly here.
- Community Support: Engage with other users in the community forums for tips and shared experiences.
Thank you for choosing free-sqlite. We hope it makes your SQL writing easy and efficient!