Sqlite developer
Author: o | 2025-04-24
A simple SQLite Admin and SQLite Viewer for PHP developers/development. Topics admin sql database sqlite sqlite-database phpmyadmin sqlite3 sqlite-admin
SharpPlus Sqlite Developer Download - SharpPlus Sqlite Developer
No "import multiple sqlite tables in excel" x64 native software results ... viewing x64 compatible results! SQLite Expert Professional 4.1 Are you developing SQLite3 databases and need an easy and powerful tool? SQLite Expert Professional is the perfect choice. It is ... most feature rich administration and development tool for SQLite. SQLite Expert is designed to answer the needs ... Shareware | $149.00 Valentina Studio for Windows 9.6 ... with: * LOCAL files of Valentina DB and SQLite and * MS SQL, MySQL, PostgreSQL, SQLite and Valentina DB Servers. This tool easy beats by features even commercial applications, especially for SQLite and PostgreSQL. *** Schema Editor *** * Manage ... Freeware tags: free, GUI database manager, mac, windows, linux, mysql, postgresql, sqlite, mssql, oracle, valentina, report engine, report server, sqlite server, forms Import Multiple SQLite Tables Into Excel Software 7.0 ... offers a solution to users who want to import data from SQLite tables into a blank MS Excel file. Table field names and data will be imported. Excel 2000 or higher required. ... Shareware | $19.99 SharpPlus Sqlite Developer 4.2.9 SharpPlus SQLite Developer, a powerful database manager that will manage sqlite3 database! * Power SQL Editor o Sqlite Sql Syntax Highlight o Sql history o Sql ... decoding. * Customizable Data Type Mapping. * Execute multiple sql separated by semi colon. * Execute sql ... Trialware | $49.00 Database Master 12.0.0 ... query scripts, provides all database objects such as tables, views, procedures, packages, columns, indexes, relationships (constraints), collections, ... and other database objects. Main Features: Multiple Connections: Allows to manage database connections in a ... Trialware | $150.00
Download SQLite Developer Free Trial - SQLite Developer
Navigation: Home \ Development \ Components & Libraries \ dotConnect for SQLite We're sorry. This software is no longer available for viewing. Related dotConnect for SQLite Vista Software ASP.NET Organization Chart Component 5.1 download by Unifosys Analytics ASP.NET Organization Chart Component - Unifosys Chart4.NET. Comprehensive and ... Automatic Subcharts. # Runtime resizable and movable charts for Winform and Webform. # Rich tooltips # Zoom ... orientations. # Search. # Import from XML, any database/DBMS, datatable or array. # Export chart to different ... View Details Download dotConnect for SQLite Standard 5.2 download by Devart dotConnect for SQLite Standard Edition is a free of charge database connectivity solution built over ADO.NET architecture and a development framework with number of innovative technologies. It offers basic functionality for developing database-related applications and web sites. It introduces ... type: Freeware categories: sqlite, sqlite net, ado.net, sqlite ado, sqlite odbc, sqlite data provider, sqlite provider, sqlite data access, sqlite connectivity, sqlite c#, sqlite vb net, asp net, entity framework, sqlite entity framework, linq, linq to sql, code first migration View Details Download ASP.NET Barcode SDK Component 1.0 download by Viscom Software This SDK for ASP.NET and Desktop Windows Developer to Read 1D and ... multiple barcode. 4. Supported UPC-A, UPC-E, EAN-8, EAN-13, Code 39, Code 93, Code 128, ITF, Codabar, MSI, RSS-14 (all ... View Details Download ASP.NET Image Converter SDK Component 2.0 download by Viscom Software This SDK for ASP.NET and Desktop Windows Developer to convert a multi-page ... PNG, WMF, WBMP, TGA, PGX, RAS, PNM image) for overlay image. Custom define the overlay image size ... font name, text color, background color, opacity value for background, add round frame around text, font style.Custom ... View Details DownloadFree sqlite developer Download - sqlite developer for Windows
SQLite is a popular choice for lightweight, serverless database management due to its simplicity and performance. However, the responsibility of securing your database and ensuring data integrity rests on you, the developer. In this blog, we will delve into the essential strategies for securing SQLite databases, focusing on encryption, backup strategies, and measures to handle data corruption. By the end of this guide, you'll be equipped with practical advice and real-life coding examples to help you implement robust security measures for your SQLite databases.SQLite, known for its minimalistic design, does not come with advanced security features like those found in larger relational database management systems. However, it offers foundational tools and techniques that can significantly enhance your database security. Key areas of focus include:File System Permissions: One of the first lines of defense is ensuring that your SQLite database file is protected by appropriate file system permissions. This prevents unauthorized access at the operating system level. On Unix-based systems, you can use commands like 'chmod' to set file permissions: Example: Setting File Permissions for a Databasechmod 600 your_database.dbThis command ensures that only the file owner has read and write permissions.Database Encryption: While SQLite itself does not include built-in encryption, there are several extensions and third-party solutions available to add this capability. Encryption is crucial for protecting sensitive data, especially in environments where data privacy is a concern.Regular Backups: Implementing a robust backup strategy is essential to ensure that your data can be restored in case of corruption or loss. Backups should be created regularly and stored securely.Encryption is a vital component of data security. Although SQLite does not provide native encryption, you can use extensions such as SQLCipher to add this feature. SQLCipher is an open-source extension that provides transparent 256-bit AES encryption for SQLite databases.To implement SQLCipher for encrypting your SQLite database, follow these steps:SQLCipher can be installed using various methods. For example, on macOS, you can use Homebrew: Example: Installing SQLCipher Using Homebrewbrew install sqlcipherAlternatively, you can compile SQLCipher from source. For detailed instructions, visit the SQLCipher GitHub repository.To encrypt an existing SQLite database, follow these commands: Example: Opening an Existing Database with SQLCiphersqlcipher existing_database.dbInside the SQLCipher prompt, execute the following: Example: Exporting Data to an Encrypted DatabasePRAGMA key = 'your_secure_password';ATTACH DATABASE 'encrypted_database.db' AS encrypted_key;SELECT sqlcipher_export('encrypted_key');DETACH DATABASE encrypted_key;Replace 'your_secure_password' with a strong, unique password. This process creates a new encrypted database file named encrypted_database.db.To connect to an encrypted SQLite database using SQLCipher in your application, use the following Python code: Example: Connecting to an Encrypted Database Using SQLCipher in Pythonimport sqlcipher3conn = sqlcipher3.connect('encrypted_database.db')conn.execute("PRAGMA key = 'your_secure_password'")cursor = conn.cursor()Ensure you handle encryption keys securely and avoid hardcoding them in your application.Backups are crucial for protecting against data loss and corruption. SQLite provides built-in mechanisms for creating database backups, but additional strategies can enhance security and reliability.SQLite's backup API allows you to create backups programmatically. Here’s how you can use it with Python: Example: Backing Up an SQLite Database Using Pythonimport sqlite3import shutildef backup_database(source_db, backup_db): conn = sqlite3.connect(source_db) with open(backup_db,. A simple SQLite Admin and SQLite Viewer for PHP developers/development. Topics admin sql database sqlite sqlite-database phpmyadmin sqlite3 sqlite-admin A simple SQLite Admin and SQLite Viewer for PHP developers/development. Topics admin sql database sqlite sqlite-database phpmyadmin sqlite3 sqlite-adminSQLite Developer 3.4.7 Beta Released - SQLite Developer
With this free tool you can create and edit SQlite databases Home Developer Tools DB Browser for SQLite 3.13.1 (64-bit) Old Versions Browse by CompanyAdobe, Apowersoft, Ashampoo, Autodesk, Avast, Corel, Cyberlink, Google, iMyFone, iTop, Movavi, PassFab, Passper, Stardock, Tenorshare, Wargaming, Wondershare Sponsored March, 3rd 2025 - 18.9 MB - Open Source Review Screenshots Change Log Old Versions DB Browser for SQLite 3.13.1 (64-bit) Date released: 16 Oct 2024 (5 months ago) DB Browser for SQLite 3.13.1 (32-bit) Date released: 16 Oct 2024 (5 months ago) DB Browser for SQLite 3.13.0 (64-bit) Date released: 23 Jul 2024 (8 months ago) DB Browser for SQLite 3.13.0 (32-bit) Date released: 23 Jul 2024 (8 months ago) DB Browser for SQLite 3.12.2 (64-bit) Date released: 17 May 2021 (4 years ago) DB Browser for SQLite 3.12.2 (32-bit) Date released: 17 May 2021 (4 years ago) DB Browser for SQLite 3.12.1 (64-bit) Date released: 09 Nov 2020 (4 years ago) DB Browser for SQLite 3.12.1 (32-bit) Date released: 09 Nov 2020 (4 years ago) DB Browser for SQLite 3.12.0 (64-bit) Date released: 16 Jun 2020 (5 years ago) DB Browser for SQLite 3.12.0 (32-bit) Date released: 16 Jun 2020 (5 years ago) DB Browser for SQLite 3.11.2 (64-bit) Date released: 05 Jun 2019 (6 years ago) DB Browser for SQLite 3.11.2 (32-bit) Date released: 05 Jun 2019 (6 years ago)Hire Sqlite Developers, Dedicated Sqlite Freelancer Developers
Method 1: Using NuGet Package Manager Method 2: Manual Installation Method 3: Creating a Simple SQLite Database Conclusion FAQ SQLite is a powerful, lightweight, and self-contained database engine that’s perfect for developers. If you’re using Visual Studio 2022, integrating SQLite into your projects can significantly enhance your application’s data management capabilities.This tutorial will guide you through the process of installing SQLite in Visual Studio 2022, ensuring you can easily manage your databases without any hassle. Whether you’re a seasoned developer or just starting, this step-by-step guide will help you get up and running with SQLite in no time. So, let’s dive in and explore how to install SQLite seamlessly within your Visual Studio environment.Method 1: Using NuGet Package ManagerOne of the easiest ways to install SQLite in Visual Studio 2022 is through the NuGet Package Manager. This method allows you to add SQLite to your project without manually downloading files. Here’s how to do it:Open Visual Studio 2022 and create a new project or open an existing one.In the Solution Explorer, right-click on your project name and select “Manage NuGet Packages.”In the NuGet Package Manager, navigate to the “Browse” tab.Search for “System.Data.SQLite” and select it from the list.Click the “Install” button and accept any license agreements.Once the installation is complete, SQLite will be integrated into your project. You can verify this by checking the “References” section in your project. Now, you can start using SQLite in your application.Output:Installation successful. SQLite is now part of your project.This method is straightforward and ideal for those who prefer a graphical interface. By using NuGet, you not only simplify the installation process but also ensure that you get the latest version of SQLite, along with any necessary dependencies. This approach is particularly beneficial for developers looking to manage their libraries effectively.Method 2: Manual InstallationIf you prefer a more hands-on approach, you can manually install SQLite in Visual Studio 2022. This method is beneficial if you want to have more control over the version of SQLite you use. Here’s how to do it:Download the SQLite DLL files from the official SQLite website.Extract the downloaded files and locate the SQLite.Interop.dll and System.Data.SQLite.dll.In Visual Studio, right-click on your project in the Solution Explorer and select “Add” > “Existing Item.”Browse to the location of the extracted DLL files and add them to your project.Right-click on each DLL in the Solution Explorer, select “Properties,” and set “Copy to Output Directory” to “Copy if newer.”Now that you have manually added the SQLite libraries, you can start using SQLite in your project.Output:Manual installation successful. SQLite is now part of your project.This manual method gives you more flexibility, especially if you need a specific version of SQLite for compatibility reasons. It also helps you understand the underlying components of SQLite, which can be beneficial for troubleshooting or customization in the future.Method 3: Creating a Simple SQLite DatabaseAfter installing SQLite, the next step is to create a simple SQLite database. This example demonstrates how to create a database and a table using C#SQLite Developer - Free SQLite Database
View and Edit Access database and SQLite database on your iPhone or iPad with this App. Support Access Database Version: Access 2000~ 2016We have changed to subscription based in version 7.0, original users still can use unlimited rows. The new base price can view or edit 1000 table rows, users need to subscribe to support more table rows view and edit.• Support read and write Access database mdb, accdb, mde, accde format. • Support view and edit SQLite database.• Edit include Update/Delete/Add/Clone Data, create database and table.• View data easily with data sort, search, paging.• View table data with detail view and HTML view.• Customizable table and table column show.• Export and Share table data in CSV file format• Big database support, tested on 2000MB size database, table rows over 18 million• Export Access database schema (DDL), support access, mysql,sqlite,oracle,postgresql,sybase. Privacy Policy of Use What’s New Bug fixes and improvements. Ratings and Reviews Refund please Do not download the app i imported the database file after purchasing the application and i cant even open to view the file until i make another monthly payment through the app DO NOT BUY The developer does not answer any questions, at all. Furthermore, I asked for a refund from them but never received refund, or a reply asking why - nothing. DO NOT WASTE YOUR MONEY!!! Hi, sorry for the late rely, we may missed your email. Please send us email, we are glad to help. Refund please Doesn’t deserve to pay for it App Privacy The developer, 强 李, indicated that the app’s privacy practices may include handling of data as described below. For more information, see the developer's privacy policy. Data Not Collected The developer does not collect any data from this app. Privacy practices may vary, for example, based on the features you use or your age. Learn More Information Seller 强 李 Size 27.3 MB Category Productivity Compatibility iPhone Requires iOS 14.0 or later. iPad Requires iPadOS 14.0 or later. iPod touch Requires iOS 14.0 or later. Mac Requires macOS 11.0 or later and a Mac with Apple M1Sqlite Developer - Download.com.vn
Signed with a certificate whose private key is held by the application's developer. This means that you cannot simply download and install the SQLite Mobile client binaries unless they are downloaded within the context of a signed application.Thus, the instructions for installing the SQLite Mobile client on Android devices is described within the context of creating and downloading the Android application. These instructions are described in Chapter 4, "Using an Android Application on the SQLite Mobile Client".2.3.3 Installing the SQLite Mobile Client for Win32, WinCE, Windows Mobile or LinuxBefore you install the SQLite Mobile Client on your device, make sure that there is 1 MB of space available to download the setup.exe.To install the SQLite Mobile client software, perform the following tasks.On the SQLite Mobile client, open a browser to point to the Mobile Server using the following URL. https if using HTTP over SSL.Figure 2-1 displays the Mobile client setup page, which contains links to install Mobile client software for multiple platforms and languages. You can select another language than English on the Language pulldown.For viewing platforms, you can choose to see all available platforms for the indicated language, or only those platforms for Windows or WinCE with the Platform pull-down menu.Client platforms are provided in the Mobile client setup page for the Windows and WinCE platform: Pocket PC 2003 (PPC2003), Pocket PC SDK 5.0 (PPC50), and Windows Mobile 6 Professional SDK (PPC60). In addition, these client CAB files are optimized for size to minimize the footprint on your device.If you are using a client with the Standard SDK for WinCE 5.0 platforms for Windows Mobile 5 (WCESTDSDK), then use the appropriate CAB files that are provided in the MDK install. For information on how to install the WCESTDSDK CAB files, see Section 2.3.3.1, "Installing Standard SDK WinCE 5.0 CAB Files for Your Mobile Client".Note:Available clients may differ from what is shown above.Click the SQLite Mobile client for your language and client platform.The Save As dialog box appears. The file name field displays the setup executable file for the selected platform as an .exe file type. Save the executable file to a directory on the client machine.Note:For WinCE, install any of the Oracle Database Lite Windows Mobile platforms to ActiveSync. Then, when the device is put into the cradle, ActiveSync installs the Oracle Database Lite on the device when it synchronizes.Install the Mobile client. For all platforms, except installing. A simple SQLite Admin and SQLite Viewer for PHP developers/development. Topics admin sql database sqlite sqlite-database phpmyadmin sqlite3 sqlite-admin
SQLite Developer - Free SQLite Database Administration Tool
Category: Developer Tools / Components & Libraries | Author: Devart LinqConnect is a LINQ to SQL compatible ORM solution with extended functionality, support for SQL Server, Oracle, MySQL, PostgreSQL, and SQLite, its own visual model designer, seamlessly integrating to Visual Studio, and SQL monitoring tool. DOWNLOAD GET FULL VER Cost: $149.95 USD, 149.95 USD License: Shareware Size: 20.6 MB Download Counter: 8 LinqConnect is a LINQ to SQL compatible ORM solution with extended functionality, support for SQL Server, Oracle, MySQL, PostgreSQL, and SQLite, its own visual model designer, seamlessly integrating to Visual Studio, and SQL monitoring tool. The software creates mapping model, generates data access layer code and supports complex types, with an ability to create entity properties with internal structure. LinqConnect caches compiled queries automatically, while allowing users to set cache parameters and control caching process. It provides the same interface to all database servers, enabling users to easily develop applications that are able to use different databases. LinqConnect 3.1 introduced a function of customization of the default Type Mapping Rules. It also presents a significantly improved Entity Developer. The new version LinqConnect 3.1 provides documentation generation for Enum members was added. The updated tool allows its user to set such options as Environment, Diagram and Servers' to adjust the Entity Developer behavior, Model diagram behavior to your needs. Key features: * Actively developed technology Unlike LINQ to SQL, LinqConnect is an actively developed and enhanced ORM solution. New features are added based on users feedback * Complete toolkit provided LinqConnect includes the Express Edition of all supported dotConnect data providers, visual model designer - Entity Developer, and SQL monitoring tool - dbMonitor * Visual model designer With Entity Developer all the model creating and editing tasks can be performed in convenient GUI, eliminating the need of the manualA simple SQLite Admin and SQLite Viewer for PHP developers
Entity Framework Tutorial In This Topic This tutorial guides you through the process of creating a simple applicationpowered by ADO.NET Entity Framework. In less than 5 minutes you will have aready-to-use data access layer for your business objects.Please note that this tutorial is not applicable for Entity Framework Core. It is intended for previous Entity Framework versions.In this walkthrough: Introducing the ADO.NET Entity Framework Requirements Generating Model with Entity Developer Querying Data Inserting New Data Updating Data Deleting Data Additional InformationIntroducing the ADO.NET Entity FrameworkADO.NET Entity Framework is an object-relational mapping (ORM) framework forthe .NET Framework. It is designed to enable developers to create data accessapplications by programming against a conceptual application model instead ofprogramming directly against a relational storage schema. The goal is todecrease the amount of code and maintenance required for data-orientedapplications.RequirementsIn order to connect to SQLite database you need dotConnect for SQLite installed and IDE running. ADO.NET Entity Framework requires .NET Framework 3.5 Service Pack 1, Visual Studio 2008 Service Pack 1. Note that Entity Framework support is not available in Standard Edition of dotConnect for SQLite. In this tutorial it is assumed that you already have the database objects created. You have to create the database and execute a script from the following file if you have not done so yet:\Program Files\Devart\dotConnect\SQLite\Samples\crm_demo.sql For Entity Framework 6, you will also need a NuGet Visual Studio extension installed since it is used for adding EntityFramework NuGet package. Alternatively you may create model for Entity Framework v1 or v4,. A simple SQLite Admin and SQLite Viewer for PHP developers/development. Topics admin sql database sqlite sqlite-database phpmyadmin sqlite3 sqlite-adminSQLite Developer 4.2 released
Android developer portal with tools, libraries, and apps AndroidResizer is a simple Java desktop app for automatically re-sizing android assets. AR will downscale your assets and copy them into an android-style folder structure. Mar 12, 2016Generates public.xml for Android libraries, which allows resources to be hidden from clients. More info Apr 18, 2017Densinator is a Bash script, that scans your current directory looking for image files, and generates the drawables for all Android densities. Sep 22, 2015This tool allows you to tweak your layout in real time just like inspect element in the browser. Oct 20, 2017A tool to analysis Android/Java project dependencies. Aug 13, 2017This repository is a code generator for Android. By using it, you can generate java codes to read/write sqlite from an existing sqlite file. Features: Generate map objects Generate API to read/write sqlite API based on SQLiteOpenHelper Light, expandable and pluggable Oct 11, 2016Tool to convert CSV to localization specific files (ios/android). Jan 4, 2017ProbeTools displays the data from the Database and SharedPreferences in the browser. Dec 3, 2016AndroidMapperObject is an extension for MapperObject which allows you to transfer data between two objects. It support's: Object to Object data transfer Collection to Collection data transfer Oct 18, 2016A collection of python and bash scripts to collect and analyze frame rendering performance in Android apps. Jul 7, 2015AnimatedVectorMorphingTool is a command line tool which generates, for you, all the files needed to animate your VectorDrawable. You just drop your VectorDrawables and it generates all the filesComments
No "import multiple sqlite tables in excel" x64 native software results ... viewing x64 compatible results! SQLite Expert Professional 4.1 Are you developing SQLite3 databases and need an easy and powerful tool? SQLite Expert Professional is the perfect choice. It is ... most feature rich administration and development tool for SQLite. SQLite Expert is designed to answer the needs ... Shareware | $149.00 Valentina Studio for Windows 9.6 ... with: * LOCAL files of Valentina DB and SQLite and * MS SQL, MySQL, PostgreSQL, SQLite and Valentina DB Servers. This tool easy beats by features even commercial applications, especially for SQLite and PostgreSQL. *** Schema Editor *** * Manage ... Freeware tags: free, GUI database manager, mac, windows, linux, mysql, postgresql, sqlite, mssql, oracle, valentina, report engine, report server, sqlite server, forms Import Multiple SQLite Tables Into Excel Software 7.0 ... offers a solution to users who want to import data from SQLite tables into a blank MS Excel file. Table field names and data will be imported. Excel 2000 or higher required. ... Shareware | $19.99 SharpPlus Sqlite Developer 4.2.9 SharpPlus SQLite Developer, a powerful database manager that will manage sqlite3 database! * Power SQL Editor o Sqlite Sql Syntax Highlight o Sql history o Sql ... decoding. * Customizable Data Type Mapping. * Execute multiple sql separated by semi colon. * Execute sql ... Trialware | $49.00 Database Master 12.0.0 ... query scripts, provides all database objects such as tables, views, procedures, packages, columns, indexes, relationships (constraints), collections, ... and other database objects. Main Features: Multiple Connections: Allows to manage database connections in a ... Trialware | $150.00
2025-04-20Navigation: Home \ Development \ Components & Libraries \ dotConnect for SQLite We're sorry. This software is no longer available for viewing. Related dotConnect for SQLite Vista Software ASP.NET Organization Chart Component 5.1 download by Unifosys Analytics ASP.NET Organization Chart Component - Unifosys Chart4.NET. Comprehensive and ... Automatic Subcharts. # Runtime resizable and movable charts for Winform and Webform. # Rich tooltips # Zoom ... orientations. # Search. # Import from XML, any database/DBMS, datatable or array. # Export chart to different ... View Details Download dotConnect for SQLite Standard 5.2 download by Devart dotConnect for SQLite Standard Edition is a free of charge database connectivity solution built over ADO.NET architecture and a development framework with number of innovative technologies. It offers basic functionality for developing database-related applications and web sites. It introduces ... type: Freeware categories: sqlite, sqlite net, ado.net, sqlite ado, sqlite odbc, sqlite data provider, sqlite provider, sqlite data access, sqlite connectivity, sqlite c#, sqlite vb net, asp net, entity framework, sqlite entity framework, linq, linq to sql, code first migration View Details Download ASP.NET Barcode SDK Component 1.0 download by Viscom Software This SDK for ASP.NET and Desktop Windows Developer to Read 1D and ... multiple barcode. 4. Supported UPC-A, UPC-E, EAN-8, EAN-13, Code 39, Code 93, Code 128, ITF, Codabar, MSI, RSS-14 (all ... View Details Download ASP.NET Image Converter SDK Component 2.0 download by Viscom Software This SDK for ASP.NET and Desktop Windows Developer to convert a multi-page ... PNG, WMF, WBMP, TGA, PGX, RAS, PNM image) for overlay image. Custom define the overlay image size ... font name, text color, background color, opacity value for background, add round frame around text, font style.Custom ... View Details Download
2025-03-26With this free tool you can create and edit SQlite databases Home Developer Tools DB Browser for SQLite 3.13.1 (64-bit) Old Versions Browse by CompanyAdobe, Apowersoft, Ashampoo, Autodesk, Avast, Corel, Cyberlink, Google, iMyFone, iTop, Movavi, PassFab, Passper, Stardock, Tenorshare, Wargaming, Wondershare Sponsored March, 3rd 2025 - 18.9 MB - Open Source Review Screenshots Change Log Old Versions DB Browser for SQLite 3.13.1 (64-bit) Date released: 16 Oct 2024 (5 months ago) DB Browser for SQLite 3.13.1 (32-bit) Date released: 16 Oct 2024 (5 months ago) DB Browser for SQLite 3.13.0 (64-bit) Date released: 23 Jul 2024 (8 months ago) DB Browser for SQLite 3.13.0 (32-bit) Date released: 23 Jul 2024 (8 months ago) DB Browser for SQLite 3.12.2 (64-bit) Date released: 17 May 2021 (4 years ago) DB Browser for SQLite 3.12.2 (32-bit) Date released: 17 May 2021 (4 years ago) DB Browser for SQLite 3.12.1 (64-bit) Date released: 09 Nov 2020 (4 years ago) DB Browser for SQLite 3.12.1 (32-bit) Date released: 09 Nov 2020 (4 years ago) DB Browser for SQLite 3.12.0 (64-bit) Date released: 16 Jun 2020 (5 years ago) DB Browser for SQLite 3.12.0 (32-bit) Date released: 16 Jun 2020 (5 years ago) DB Browser for SQLite 3.11.2 (64-bit) Date released: 05 Jun 2019 (6 years ago) DB Browser for SQLite 3.11.2 (32-bit) Date released: 05 Jun 2019 (6 years ago)
2025-04-10