-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathfaqs.html
271 lines (247 loc) · 15.9 KB
/
faqs.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
<!DOCTYPE html>
<!--[if IE 8]>
<html lang="en" class="ie8"> <![endif]-->
<!--[if IE 9]>
<html lang="en" class="ie9"> <![endif]-->
<!--[if !IE]><!-->
<html lang="en"> <!--<![endif]-->
<head>
<title>Nosqlclient - FAQ</title>
<!-- Meta -->
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="">
<link rel="shortcut icon" href="favicon.ico">
<link href='https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800'
rel='stylesheet' type='text/css'>
<!-- Global CSS -->
<link rel="stylesheet" href="assets/plugins/bootstrap/css/bootstrap.min.css">
<!-- Plugins CSS -->
<link rel="stylesheet" href="assets/plugins/font-awesome/css/font-awesome.css">
<link rel="stylesheet" href="assets/plugins/prism/prism.css">
<link rel="stylesheet" href="assets/plugins/lightbox/dist/ekko-lightbox.min.css">
<link rel="stylesheet" href="assets/plugins/elegant_font/css/style.css">
<!-- Theme CSS -->
<link id="theme-style" rel="stylesheet" href="assets/css/styles.css">
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body class="body-green">
<div class="page-wrapper">
<!-- ******Header****** -->
<header id="header" class="header">
<div class="container">
<div class="branding">
<h1 class="logo">
<a href="index.html">
<span aria-hidden="true" class="icon_documents_alt icon"></span>
<span class="text-highlight">Nosql</span><span class="text-bold">Client</span>
</a>
</h1>
</div><!--//branding-->
<ol class="breadcrumb">
<li><a href="index.html">Home</a></li>
<li class="active">FAQ</li>
</ol>
</div><!--//container-->
</header><!--//header-->
<div class="doc-wrapper">
<div class="container">
<div id="doc-header" class="doc-header text-center">
<h1 class="doc-title"><span aria-hidden="true" class="icon icon_lifesaver"></span> Frequently Asked
Questions </h1>
<div class="meta"><i class="fa fa-clock-o"></i> Version 2.2.0</div>
</div><!--//doc-header-->
<div class="doc-body">
<div class="doc-content">
<div class="content-inner">
<section id="general" class="doc-section">
<h2 class="section-title">General</h2>
<div class="section-block">
<h3 class="question"><i class="fa fa-question-circle"></i> Why should I choose
Nosqlclient over other tools ?</h3>
<div class="answer">Nosqlclient is the simplest way to manage your MongoDB database and
emphasis on end user's requests, and gives them to use full capabilities of modern
browsers as well as desktop application. It's secure to use Nosqlclient on
production environments, since it's open source, setup on top of NodeJS MongoDB
driver and you can browse its codes anytime you wish.
</div>
</div><!--//section-block-->
<div class="section-block">
<h3 class="question"><i class="fa fa-question-circle"></i> Do I pay anything to use
Nosqlclient ?</h3>
<div class="answer">No, not at all. Nosqlclient's commercial version is free to use and
you can use it on your own company without paying anything. But if you need
more than that and need <b>support, in-house deployment or special feature
implementation just contact us by sending a mail to <a
href="mailto:[email protected]">[email protected]</a> </b>
</div>
</div><!--//section-block-->
<div class="section-block">
<h3 class="question"><i class="fa fa-question-circle"></i> What's the license of
Nosqlclient ?</h3>
<div class="answer">Nosqlclient uses <a
href="https://www.gnu.org/licenses/agpl-3.0.html" target="_blank">AGPL 3.0</a>
starting from version 2.0.0. But before version 2.0.0 the license was <a
href="https://opensource.org/licenses/MIT" target="_blank">MIT</a>
</div>
</div><!--//section-block-->
<div class="section-block">
<h3 class="question"><i class="fa fa-question-circle"></i> What features do Nosqlclient
have ?</h3>
<div class="answer">Check out <a href="start.html#features-section">features </a>
section to see all Nosqlclient features.
</div>
</div><!--//section-block-->
</section><!--//doc-section-->
<section id="features" class="doc-section">
<h2 class="section-title">Features</h2>
<div class="section-block">
<h3 class="question"><i class="fa fa-question-circle"></i> How to select only specific
fields for find/findOne queries ?</h3>
<div class="answer">
<p>Nosqlclient offers <b>query options</b> for such features. When you select <b>find</b>
query options will be rendered correspondingly. With <code>project</code> option
you can <b>exclude or include</b> fields for your query.<a
href="user_manual.html#querying-section" target="_blank"> Check
here </a>for
more info.
</p>
</div><!--//anwser-->
<div class="section-block">
<h3 class="question"><i class="fa fa-question-circle"></i> How Nosqlclient
interprets BSON types such as ObjectID and ISODates ?</h3>
<div class="answer">
<p>As a huge ease of use, Nosqlclient uses extended JSON to handle BSON data
types. <a href="user_manual.html#extended_json" target="_blank">Check
here</a> for more
info.
</p>
</div>
</div><!--//section-block-->
<div class="section-block">
<h3 class="question"><i class="fa fa-question-circle"></i> Can I manage admin
database instead of connected database for admin queries ?</h3>
<div class="answer"><p>That's absolutely possible, you can click and check right
upper corner checkbox to query <b>admin</b> database instead of the currently
connected one. <a href="user_manual.html#admin_queries" target="_blank">Check
here</a> for more
info. </p>
</div>
</div><!--//section-block-->
<div class="section-block">
<h3 class="question"><i class="fa fa-question-circle"></i> Can I manage admin
database users instead of connected database's ?</h3>
<div class="answer"><p>That's absolutely possible just like admin queries, you can
click and check right
upper corner checkbox to use <b>admin</b> database instead of the currently
connected one. <a href="user_manual.html#user_management" target="_blank">Check
here</a> for more
info. </p>
</div>
</div><!--//section-block-->
<div class="section-block">
<h3 class="question"><i class="fa fa-question-circle"></i> Can I see my old queries
?</h3>
<div class="answer"><p>Nosqlclient stores latest 20 queries for each collection. <a
href="user_manual.html#query_history" target="_blank">Check here</a> for
more info.</p>
</div>
</div><!--//section-block-->
<div class="section-block">
<h3 class="question"><i class="fa fa-question-circle"></i> What Nosqlclient uses to
connect my database ?</h3>
<div class="answer"><p>At behind the scenes, Nosqlclient uses NodeJS MongoDB driver
and it's advantages for the all purposes. As an advantage of driver, Nosqlclient
uses connection pooling strategy. <a
href="https://mongodb.github.io/node-mongodb-native/driver-articles/mongoclient.html#mongoclient-connection-pooling"
target="_blank">Check here </a> for more info.</p>
</div>
</div><!--//section-block-->
<div class="section-block">
<h3 class="question"><i class="fa fa-question-circle"></i> How do I use
autocompletion ?</h3>
<div class="answer"><p> First of all, make sure you've enabled the autocompletion
feature from settings page. Afterwards, you can use autocompletion on selectors
by <b>CTRL+SPACE</b> buttons combination. <a
href="user_manual.html#settings"
target="_blank">Check here </a> for auto completion setting.</p>
</div>
</div><!--//section-block-->
</div><!--//section-block-->
</section><!--//doc-section-->
<section id="pricing" class="doc-section">
<h2 class="section-title">Pricing</h2>
<div class="section-block">
<h3 class="question"><i class="fa fa-question-circle"></i> How much does it cost to use
Nosqlclient ?</h3>
<div class="answer">0$, yes Nosqlclient has two editions, one of them is completely free
and open source
and it will be. But if that doesn't suit your needs contact us by
sending a mail to
<a href="mailto:[email protected]">[email protected]</a>
</div>
</div><!--//section-block-->
</section><!--//doc-section-->
</div><!--//content-inner-->
</div><!--//doc-content-->
<div class="doc-sidebar">
<nav id="doc-nav">
<ul id="doc-menu" class="nav doc-menu hidden-xs" data-spy="affix">
<li><a class="scrollto" href="#general">General</a></li>
<li><a class="scrollto" href="#features">Features</a></li>
<li><a class="scrollto" href="#pricing">Pricing</a></li>
<li><a class="scrollto" href="#support">Support</a></li>
</ul><!--//doc-menu-->
</nav>
</div><!--//doc-sidebar-->
</div><!--//doc-body-->
</div><!--//container-->
<a id="back-to-top" href="#" class="btn btn-green btn-lg back-to-top" role="button"
title="Go Top" data-toggle="tooltip" data-placement="left"><i style="margin-right: 0px;"
class="fa fa-arrow-up"></i></a>
</div><!--//doc-wrapper-->
</div><!--//page-wrapper-->
<footer id="footer" class="footer text-center">
<div class="container">
<!--/* This template is released under the Creative Commons Attribution 3.0 License. Please keep the attribution link below when using for your own project. Thank you for your support. :) If you'd like to use the template without the attribution, you can check out other license options via our website: themes.3rdwavemedia.com */-->
<small class="copyright">Designed by <a href="http://themes.3rdwavemedia.com/"
targe="_blank">Xiaoying Riley</a>
</small>
</div><!--//container-->
</footer><!--//footer-->
<!-- Main Javascript -->
<script type="text/javascript" src="assets/plugins/jquery-1.12.3.min.js"></script>
<script type="text/javascript" src="assets/plugins/bootstrap/js/bootstrap.min.js"></script>
<script type="text/javascript" src="assets/plugins/prism/prism.js"></script>
<script type="text/javascript" src="assets/plugins/jquery-scrollTo/jquery.scrollTo.min.js"></script>
<script type="text/javascript" src="assets/plugins/lightbox/dist/ekko-lightbox.min.js"></script>
<script type="text/javascript" src="assets/plugins/jquery-match-height/jquery.matchHeight-min.js"></script>
<script type="text/javascript" src="assets/js/main.js"></script>
<script>
$(document).ready(function () {
$(window).scroll(function () {
if ($(this).scrollTop() > 50) {
$('#back-to-top').fadeIn();
} else {
$('#back-to-top').fadeOut();
}
});
// scroll body to 0px on click
$('#back-to-top').click(function () {
$('#back-to-top').tooltip('hide');
$('body,html').animate({
scrollTop: 0
}, 800);
return false;
});
$('#back-to-top').tooltip('show');
});
</script>
</body>
</html>