Skip to content

Functional example that demonstrates query with constraints

License

Notifications You must be signed in to change notification settings

vkardon/query_with_constraints

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

git_query_with_constraints

Functional example that demonstrates query with constraints.

It uses books.txt file to create objects with specified "name=value" properties, and then evaluate if object matches given constraints.

Example: "(Language == French OR Language == Spanish) AND BookNumber > 200" Will select all books in French or Spanish with BookNumber greater then 200.

"Genre == Detective AND (Language == Belgian OR Language == French)" Will select all Detective books in Belgian or French.

Check test.sh for more examples.

About

Functional example that demonstrates query with constraints

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published