Skip to content

eatnumber1/sqlite-regexp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

This sqlite extension is designed to be a lightweight alternative to the ICU
extension implementing the REGEXP operator.

To build, just type "make"

To use, load the module. It provides the regexp operator:

	$ sqlite3 people.db
	sqlite> .load /a/b/c/regexp.sqlext
	sqlite> SELECT address FROM people WHERE name REGEXP '[Rr]ob.*';

# vim:tw=80

About

An extension to sqlite allowing you to use pcre compatible regexes in sqlite.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages