---
title: Dqlite documentation
description: Canonical makes open source secure, reliable and easy to use, providing
  support for Ubuntu and a portfolio of enterprise-grade technologies. Founded in
  2004, Canonical operates globally with team members in over 80 countries.
url: https://canonical.com/dqlite/docs?format=md
---

*Submit*

# Dqlite documentation

Dqlite (distributed SQLite) is a fast, embedded and persistent SQL database that is designed to keep your application running.

It extends [SQLite](https://www.sqlite.org/) across a cluster of machines, which ensures high availability and fast failover with automatic leader election.
To minimise transaction latency and gain high-performance transactional consensus and fault tolerance, it uses C-Raft, an optimised Raft implementation in C.

Dqlite provides edge applications with an ultra-fast SQL database that is automatically replicated across multiple hosts and guarantees fast failover.
It ensures maximum cross-platform portability, outstanding efficiency and a tiny footprint.

These features make Dqlite perfect for fault-tolerant IoT and Edge devices, but also for agents and backend cloud services that want to simplify their operation.

At the moment, the biggest user of Dqlite is the [LXD system containers manager](https://www.linuxcontainers.org), which uses Dqlite to implement high-availability when running in cluster mode.

## [Project and community](https://canonical.com/dqlite/docs?format=md#p-38-project-and-community)

Dqlite is a Canonical project. It is released under a slightly modified version of LGPLv3, which includes a copyright exception allowing users to statically link the library code in their project and release the final work under their own terms.

Dqlite is an open source project that warmly welcomes community projects, contributions, suggestions, fixes and constructive feedback. We have adopted the [Ubuntu Code of Conduct](https://ubuntu.com/community/ethos/code-of-conduct).

* [License](https://github.com/canonical/dqlite/blob/master/LICENSE)
* [Get support through Ubuntu Pro](https://ubuntu.com/support)
* [Join the Discourse forum to ask questions](https://discourse.dqlite.io/)
* [Report bugs](https://github.com/canonical/dqlite/issues)

Thinking about using Dqlite for your next project? [Get in touch](https://canonical.com/contact-us)!

---

[Next

Tutorials:
Get started with Dqlite in Go](https://canonical.com/dqlite/docs/tutorials/get-started-with-dqlite-in-go)

Last updated 2 months ago. [Help improve this document in the forum](https://discourse.dqlite.io/t/dqlite-documentation/34).
