0.3.1 • Published 6 years ago

@quenk/facets-mysql v0.3.1

Weekly downloads
1
License
Apache-2.0
Repository
-
Last release
6 years ago

Facets MySQL

Faceted search compiler for use with node mysql.

Turns input like type:c created_by:ffan client.name:%"Bally Valentine%"

into

 
 -- Provides everything from the WHERE keyword
  SELECT * FROM users WHERE type = 'c' AND created_by = ffan AND client.name LIKE "Bally Valentine%"

License

Apache 2.0 (SEE LICENSE) file. (c) Quenk Technologies Limited.

0.3.1

6 years ago

0.3.0

6 years ago

0.2.2

6 years ago

0.2.1

6 years ago

0.2.0

6 years ago

0.1.3

7 years ago

0.1.2

7 years ago

0.1.1

7 years ago

0.1.0

7 years ago

0.0.8

7 years ago

0.0.7

7 years ago

0.0.6

7 years ago

0.0.5

7 years ago

0.0.4

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago