sqlite-regex 0.2.3

A SQLite extension for working with regular expressions
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
#include <stdarg.h>
#include <stdbool.h>
#include <stdint.h>
#include <stdlib.h>
#include "sqlite3ext.h"

/**
 * # Safety
 *
 * Should only be called by underlying SQLite C APIs,
 * like sqlite3_auto_extension and sqlite3_cancel_auto_extension.
 */
unsigned int sqlite3_regex_init(sqlite3 *db, char **pz_err_msg, sqlite3_api_routines *p_api);