Closed liuluheng closed 7 years ago
we may reorganize files into npl modules folders. This is our new recommended way to release common mod.
And use relative path for private files. see https://github.com/LiXizhi/NPLRuntime/wiki/LoadFile
@liuluheng
ok, i will reorganize files and use relative path for private files in the develop branch.
This PR add TableDB Raft support, it keeps the TableDB interface unchaged and add RaftSqliteStore to adapt to the raft algorithm. This also need to add
StorageProvider:SetStorageClass(raftSqliteStore)
method toStorageProvider
. To test the implementation, see the master branch's README. SeeTableDB/test/test_TableDatabase.lua::TestSQLOperations
for more.