All Projects → nerdify → micro-query

nerdify / micro-query

Licence: MIT license
Simple query string parser for Vercel's Micro

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to micro-query

prismy
🌈 Simple and fast type safe server library for now.sh v2 and API routes of next.js.
Stars: ✭ 46 (+100%)
Mutual labels:  micro
s3-example
Simple example using micro for uploading stuff to AWS S3.
Stars: ✭ 45 (+95.65%)
Mutual labels:  micro
SQLiteHelper
🗄 This project comes in handy when you want to write a sql statement easily and smarter.
Stars: ✭ 57 (+147.83%)
Mutual labels:  query
kubectl-sql
kubectl-sql is a kubectl plugin that use SQL like language to query the Kubernetes cluster manager
Stars: ✭ 50 (+117.39%)
Mutual labels:  query
dora
JSON parser/explorer
Stars: ✭ 42 (+82.61%)
Mutual labels:  query
tcl-modules
A collection of pure Tcl, production-ready micro packages
Stars: ✭ 25 (+8.7%)
Mutual labels:  micro
Aresdb
A GPU-powered real-time analytics storage and query engine.
Stars: ✭ 2,814 (+12134.78%)
Mutual labels:  query
kql
Kirby's Query Language API combines the flexibility of Kirby's data structures, the power of GraphQL and the simplicity of REST.
Stars: ✭ 120 (+421.74%)
Mutual labels:  query
ts3admin.class
The ts3admin.class is a powerful api for communication with Teamspeak 3 Servers from your website! Your creativity knows no bounds!
Stars: ✭ 107 (+365.22%)
Mutual labels:  query
micro
abp+micro+typescript+vue+element
Stars: ✭ 92 (+300%)
Mutual labels:  micro
fetchye
✨ If you know how to use Fetch, you know how to use Fetchye [fetch-yae]. Simple React Hooks, Centralized Cache, Infinitely Extensible.
Stars: ✭ 36 (+56.52%)
Mutual labels:  query
micro-superstruct
A Superstruct wrapper for Micro to validate your request body and query parameters
Stars: ✭ 15 (-34.78%)
Mutual labels:  micro
PageQueryBoss
A ProcessWire Module to build complex nested queries containing multipple fields and pages and return an array that can be parsed to JSON. This is usefull to fetch data for SPA and PWA.
Stars: ✭ 18 (-21.74%)
Mutual labels:  query
strapi-graphql-documentation
Collections of queries and mutations that hopefully help you in a Strapi project powered by GraphQL API 🚀
Stars: ✭ 45 (+95.65%)
Mutual labels:  query
Mvvmicro
Minimalist MVVM framework for .NET.
Stars: ✭ 22 (-4.35%)
Mutual labels:  micro
wikit
Wikit - A universal lookup tool
Stars: ✭ 149 (+547.83%)
Mutual labels:  query
m.test
m(icro)test is a lightweight test runner for node.js written in es6+
Stars: ✭ 17 (-26.09%)
Mutual labels:  micro
py-jsonq
A simple Python package to Query over Json Data
Stars: ✭ 100 (+334.78%)
Mutual labels:  query
powerorm
A very simple but effective php orm
Stars: ✭ 21 (-8.7%)
Mutual labels:  query
facilejdbc
FacileJDBC - Fast, simple and lightweight JDBC wrapper
Stars: ✭ 34 (+47.83%)
Mutual labels:  query

micro-query

Simple querystring parser for Vercel's Micro

XO code style

Install

$ npm install --save micro-query

Usage

const query = require('micro-query');

module.exports = async (req, res) => {
  return query(req);
}

License

MIT © Hosmel Quintana

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].