Average Ratings 0 Ratings
Average Ratings 0 Ratings
Description
Dqlite is a high-speed, embedded SQL database that offers persistent storage and utilizes Raft consensus, making it an ideal choice for resilient IoT and Edge devices. Known as "distributed SQLite," Dqlite expands SQLite's capabilities across multiple machines, ensuring automatic failover and high availability to maintain application uptime. It employs C-Raft, an optimized implementation of Raft in C, which provides exceptional performance in transactional consensus and fault tolerance while maintaining SQLite’s renowned efficiency and compact size. C-Raft is specifically designed to reduce transaction latency, enabling faster operations. Both C-Raft and Dqlite are implemented in C, ensuring they are portable across various platforms. Released under the LGPLv3 license with a static linking exception, it guarantees broad compatibility. The system features a standard CLI pattern for initializing databases and managing the joining or leaving of voting members. It also incorporates minimal, configurable delays for failover alongside automatic leader election processes. Additionally, Dqlite supports a disk-backed database option with in-memory capabilities and adheres to SQLite's transaction protocols. The blend of these features makes Dqlite a powerful solution for modern data storage needs.
Description
It is available at no cost for everyone and can be utilized for any purpose, including commercial uses. The safety of the application is ensured as its source code is open for public review. The SQL Editor interface offers assistance with SQL syntax through hints and highlighting features, allows for formatted code display, and identifies syntax errors for users. By using Ctrl+click on tables mentioned in SQL queries, users can easily access those tables, indexes, triggers, or views. Additionally, it supports executing SQL statements that span multiple databases within a single query due to its built-in transparent database attachment feature. Users can also create custom collation sequences, which are algorithms for comparing values that can be utilized in clauses like ORDER BY. Furthermore, it comes in a portable version, meaning users can simply download, unzip, and run it without needing to install or acquire administrative privileges, making it convenient to use on various systems. This exceptional accessibility and user-friendly design contribute to its widespread popularity among developers and database administrators alike.
API Access
Has API
API Access
Has API
Integrations
SQLite
Airstack
Ansible
BioRAFT
Chef
Cisco AnyConnect
Huawei FusionStorage
IBM Cloud
Intelligent Management Center
PostgreSQL
Integrations
SQLite
Airstack
Ansible
BioRAFT
Chef
Cisco AnyConnect
Huawei FusionStorage
IBM Cloud
Intelligent Management Center
PostgreSQL
Pricing Details
No price information available.
Free Trial
Free Version
Pricing Details
Free
Free Trial
Free Version
Deployment
Web-Based
On-Premises
iPhone App
iPad App
Android App
Windows
Mac
Linux
Chromebook
Deployment
Web-Based
On-Premises
iPhone App
iPad App
Android App
Windows
Mac
Linux
Chromebook
Customer Support
Business Hours
Live Rep (24/7)
Online Support
Customer Support
Business Hours
Live Rep (24/7)
Online Support
Types of Training
Training Docs
Webinars
Live Training (Online)
In Person
Types of Training
Training Docs
Webinars
Live Training (Online)
In Person
Vendor Details
Company Name
Canonical
Founded
2010
Country
United Kingdom
Website
dqlite.io
Vendor Details
Company Name
SQLiteStudio
Website
sqlitestudio.pl/
Product Features
Relational Database
ACID Compliance
Data Failure Recovery
Multi-Platform
Referential Integrity
SQL DDL Support
SQL DML Support
System Catalog
Unicode Support