Skip to content

G1ANT-Robot/G1ANT.Addon.MongoDB

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

G1ANT.Addon.MongoDB

MongoDB Addon for G1ANT.Robot

Simple addon for fetching data from MonogDB (NoSQL database)

Simple usage

mongodb.init connectionstring ‴mongodb://user:pass@127.0.0.1:27017‴ databasename ‴db_name‴
mongodb.find collection ‴collection_name‴  filter ‴{name : John}‴ sort ‴{_id:-1}‴ skip 5 limit 10 result ♥json
dialog message ♥json

Results are returned as JSON formatted into string

See more:

Releases

No releases published

Packages

No packages published

Languages