update README.md
This commit is contained in:
parent
79b70390a1
commit
c717bb8010
|
@ -5,7 +5,11 @@ be used.
|
||||||
|
|
||||||
[1]: https://github.com/gered/views
|
[1]: https://github.com/gered/views
|
||||||
|
|
||||||
Implementation is largely based on the views-honeysql library.
|
Implementation is largely based on the views-honeysql library. As such,
|
||||||
|
the hints generated by either of these libraries are compatible with
|
||||||
|
each other. So you can opt to include honeysql and sql views in the
|
||||||
|
same view system if you wish and vexec! calls will trigger updates as
|
||||||
|
you would expect across all of these views.
|
||||||
|
|
||||||
Note that this library leverages [JSqlParser][2] for parsing SQL
|
Note that this library leverages [JSqlParser][2] for parsing SQL
|
||||||
queries and extracting the view system hint information needed.
|
queries and extracting the view system hint information needed.
|
||||||
|
|
Loading…
Reference in a new issue