Hello Jose,

Jose Isaias Cabrera <jic...@outlook.com> writes:

> Free Ekanayaka, on Thursday, August 29, 2019 06:40 AM, wrote...
>>
>> Hi,
>>
>> following up from my previous post back in 2017 [0], I'd like to
>> announce version 1.0.0 of dqlite, a C library that brings data
>> replication and high-availability to SQLite, using the Raft consensus
>> algorithm.
>>
>> The biggest change is that Go is not used anymore, the engine itself is
>> all pure C now.
>>
>> It still requires to apply a patch to SQLite, but it's a rather tiny one
>> that just adds a few hooks when writing to the Write-Ahead log.
>>
>> See https://dqlite.io for more details.
>>
>> Thanks again to the SQLite authors for their excellent work.
>
> Can dsqlite be installed on Windows?  I went to the site, read the README.md 
> file, and could not find any reference of it.  I can see the
>
> $ sudo add-apt-repository -y ppa:dqlite/v1 && sudo apt install dqlite
>
> which lets me know that it linux/unix based.  But, is Windows an
> option also?  Thanks.

At the moment Windows is not an option, mainly because under the hood
dqlite uses a Linux-specifc asynchronous file system API (io_submit) not
available on Windows. However, such code lives behind a pluggable
interface that could be implemented on other OSs.

Free
_______________________________________________
sqlite-users mailing list
sqlite-users@mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to