Skip to content

mar-file-system/sqlite3-pcre

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is sqlite3-pcre, an extension for sqlite3 that uses libpcre to provide the REGEXP() function.

The code was written by Alexey Tourbin and can be found at:

http://git.altlinux.org/people/at/packages/?p=sqlite3-pcre.git

The build system has been changed from make to CMake + make. The libraries sqlite3 and pcre are prerequisites.

Run

mkdir build
cd build
cmake -DCMAKE_INSTALL_PREFIX=$INSTALL_PATH ..
make

to build the extension in the build directory.

Run make install to place the extension into $INSTALL_PATH.

About

pcre regex extension for sqlite3

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 55.6%
  • Makefile 23.4%
  • CMake 20.6%
  • Vim Script 0.4%