libsql-ffi 0.9.30

Native bindings to libSQL
Documentation
1
2
3
4
5
6
7
8
9
10
11
// Copyright (c) 2023 Anton Zhiyanov, MIT License
// https://github.com/nalgeon/sqlean

#ifndef SQLEAN_H
#define SQLEAN_H

#ifndef SQLEAN_VERSION
#define SQLEAN_VERSION "main"
#endif

#endif /* SQLEAN_H */