ic-sqlite-vfs 0.2.1

SQLite VFS backed directly by Internet Computer stable memory
Documentation
1
2
3
4
5
6
7
8
9
10
#ifndef IC_SQLITE_ERRNO_H
#define IC_SQLITE_ERRNO_H

#define EINVAL 22
#define ENOMEM 12
#define EOVERFLOW 75

extern int errno;

#endif