raft
0.1.0
Loading...
Searching...
No Matches
include
raft
fs
sqlite.hpp
1
#pragma once
2
#include <memory>
3
#include <string>
4
5
#include <tl/expected.hpp>
6
7
#include "raft/errors.hpp"
8
#include "raft/persister.hpp"
9
10
namespace
raft::fs
11
{
12
tl::expected<std::shared_ptr<Persister>, Error> createSQLitePersister(
const
std::string& path);
13
}
// namespace raft::fs
Generated by
1.9.8