All Projects → mistic100 → Jquery Querybuilder

mistic100 / Jquery Querybuilder

Licence: mit
jQuery plugin offering an interface to create complex queries

Programming Languages

javascript
184084 projects - #8 most used programming language
SCSS
7915 projects
HTML
75241 projects

Projects that are alternatives of or similar to Jquery Querybuilder

Ultimatepp
U++ is a C++ cross-platform rapid application development framework focused on programmer's productivity. It includes a set of libraries (GUI, SQL, Network etc.), and integrated development environment (TheIDE).
Stars: ✭ 237 (-84.19%)
Mutual labels:  sql, gui
Stratosdb
☄️ ☁️ An All-in-One GUI for Cloud SQL that can help users design and test their AWS RDS Instances
Stars: ✭ 140 (-90.66%)
Mutual labels:  sql, gui
Sequelize Ui
Browser-based GUI for previewing and generating Sequelize project files.
Stars: ✭ 142 (-90.53%)
Mutual labels:  sql, gui
Dataux
Federated mysql compatible proxy to elasticsearch, mongo, cassandra, big-table, google datastore
Stars: ✭ 268 (-82.12%)
Mutual labels:  sql, mongo
Android Nosql
Lightweight, simple structured NoSQL database for Android
Stars: ✭ 284 (-81.05%)
Mutual labels:  sql, mongo
React Awesome Query Builder
User-friendly query builder for React
Stars: ✭ 682 (-54.5%)
Mutual labels:  sql, mongo
Dbeaver
Free universal database tool and SQL client
Stars: ✭ 23,752 (+1484.52%)
Mutual labels:  sql, gui
Devops Resources
DevOps resources - Linux, Jenkins, AWS, SRE, Prometheus, Docker, Python, Ansible, Git, Kubernetes, Terraform, OpenStack, SQL, NoSQL, Azure, GCP
Stars: ✭ 1,194 (-20.35%)
Mutual labels:  sql, mongo
Invmenu
A PocketMine-MP virion to create and manage virtual inventories!
Stars: ✭ 104 (-93.06%)
Mutual labels:  gui
Griddb
GridDB is a next-generation open source database that makes time series IoT and big data fast,and easy.
Stars: ✭ 1,587 (+5.87%)
Mutual labels:  sql
Ransom0
Ransom0 is a open source ransomware made with Python, designed to find and encrypt user data.
Stars: ✭ 105 (-93%)
Mutual labels:  sql
Xorm
xorm是一个简单而强大的Go语言ORM库,通过它可以使数据库操作非常简便。本库是基于原版xorm的定制增强版本,为xorm提供类似ibatis的配置文件及动态SQL支持,支持AcitveRecord操作
Stars: ✭ 1,394 (-7%)
Mutual labels:  sql
Horus ui
HorusUI Immediate Mode Graphical User Interface
Stars: ✭ 106 (-92.93%)
Mutual labels:  gui
Whatsappbot
Send messages to any person in any time how much you want.
Stars: ✭ 104 (-93.06%)
Mutual labels:  gui
Mean Stack Angular5 Crud
MEAN Stack (Angular 5) CRUD Web Application Example
Stars: ✭ 107 (-92.86%)
Mutual labels:  mongo
Legacy Search
Demo project showing how to add elasticsearch to a legacy application.
Stars: ✭ 103 (-93.13%)
Mutual labels:  sql
Cubes
Light-weight Python OLAP framework for multi-dimensional data analysis
Stars: ✭ 1,393 (-7.07%)
Mutual labels:  sql
Php Thrift Sql
A PHP library for connecting to Hive or Impala over Thrift
Stars: ✭ 107 (-92.86%)
Mutual labels:  sql
Datawarehouse
数据仓库和用户画像
Stars: ✭ 105 (-93%)
Mutual labels:  sql
Reflex Dom Inbits
A tutorial for reflex-dom with small code bits
Stars: ✭ 105 (-93%)
Mutual labels:  gui

jQuery QueryBuilder

npm version jsDelivr CDN Build Status Coverage Status Dependencies Status gitlocalized

jQuery plugin offering an simple interface to create complex queries.

screenshot

Documentation

querybuilder.js.org

Install

Manually

Download the latest release

With npm

$ npm install jQuery-QueryBuilder

Via CDN

jQuery-QueryBuilder is available on jsDelivr.

Dependencies

($.extendext and doT.js are directly included in the standalone file)

Browser support

  • Internet Explorer >= 11
  • All other recent browsers

Build

Prerequisites

  • NodeJS + NPM: apt-get install nodejs-legacy npm
  • Grunt CLI: npm install -g grunt-cli

Run

Install Node dependencies npm install then run grunt in the root directory to generate production files inside dist.

Options

You can choose which plugins to include with --plugins :

# include "sql-support" and "mongodb-support" plugins
grunt --plugins=sql-support,mongodb-support

# disable all plugins
grunt --plugins=false

All plugins are included by default.

You can also include language files with --languages :

# include French & Italian translation
grunt --languages=fr,it

Other commands

  • grunt test to run jshint/jscs/scsslint and the QUnit test suite.
  • grunt serve to open the example page with automatic build and livereload.
  • grunt doc to generate the documentation.

License

This library is available under the MIT license.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].