Accept std::filesystem::path in Database constructor (original) (raw)
It would be helpful if SQLiteCpp would accept a std::filesystem::path as the database path.
That would shift some work from the users of the library to the library, since sqlitecpp would then have to take care of converting the path to utf8.