Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

In-App MongoDB Editor for Meteor (Meteor DevTools)

NotificationsYou must be signed in to change notification settings

msavin/Mongol-meteor-explore-minimongo-devtools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Starting today, you'll never have to enter the console to play with your collections again. With Mongol, you can view and edit your client documents right in the browser. And because Mongol is a debugOnly package, it does not compile to your production build.

Plug & Play Installation

Mongol configures automatically. To get started, run:

meteor add msavin:mongol

After installation, open your app in the browser and press Control + M to toggle it.

Note: the new Mongol requires Meteor 1.8

How Does It Work?

Using Mongol is like having a database management tool with-in your Meteor application. Meteor publishes data tominimongo, and Mongol hooks into it to show you all the documents on the client. With that, you can:

  • View the document counts in yourminimongo collection
  • Browse the documents in yourminimongo collection
  • Modify any document as if you have insecure on
  • Get a reactive window into your data

FAQ

Does Mongol require insecure to work? No, Mongol has special set of method's that allow it to interact with the database without disrupting your application permissions.

Is there a security risk to using Mongol? Since Mongol is adebugOnly package, Meteor's build process will not compile it into production code.

Will Mongol cause my application to behave differently? All of the code and functions of Mongol are pre-fixed and scoped, so there shouldn't be any intrusion.

About

Mongol is part ofMeteor Toys, and is licensed under theMeteor Toys License.(C) Toys, Inc 2019. All Rights Reserved.

About

In-App MongoDB Editor for Meteor (Meteor DevTools)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors7


[8]ページ先頭

©2009-2025 Movatter.jp