1
0
Fork 0

Final updates to package doc

master
Philip O Toole 9 years ago
parent 5c1599a229
commit f06cb0ec6c

@ -21,6 +21,6 @@
// SOFTWARE.
/*
rqlite is a distributed system that provides a replicated SQLite database. rqlite is written in Go and uses Raft to achieve consensus across all the instances of the SQLite databases. rqlite ensures that every change made to the database is made to a majority of underlying SQLite files, or none at all.
rqlite is a distributed system that provides a replicated SQLite database. rqlite uses Raft to achieve consensus across all the cluster of the SQLite databases. It ensures that every change made to the database is made to a majority of underlying SQLite files, or none at all.
*/
package rqlite

Loading…
Cancel
Save