-
Notifications
You must be signed in to change notification settings - Fork 1
eatnumber1/sqlite-regexp
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
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 0
No packages published