Skip to content
/ mql Public

Mayar Query Languge for Infrastructure as a Code

License

Notifications You must be signed in to change notification settings

mayarid/mql

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MAYAR Query Languge

Agnostic query language for infrastructure as a code.

Example

from mql import MQLParser
import pprint

p = MQLParser(debug=False)

def query(query):
	result = p.parse(query)
	pprint.pprint(result)

while True:
	q = input("MQL> ")
	query("{};".format(q))

About

Mayar Query Languge for Infrastructure as a Code

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published