diff options
Diffstat (limited to 'python/dotty/README')
-rw-r--r-- | python/dotty/README | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/python/dotty/README b/python/dotty/README new file mode 100644 index 0000000000..f7c54b064b --- /dev/null +++ b/python/dotty/README @@ -0,0 +1,6 @@ +dotty (Python query language) + +EFILTER (dotty) is a general purpose query language designed to be embedded in +python applications and libraries. It supports SQL-like syntax to filter your +application's data and provides a convenient way to directly search through +the objects your applications manages. |