query
Here are 1,381 public repositories matching this topic...
-
Updated
Aug 20, 2021 - HTML
MSSQL Storage
-
Updated
Aug 18, 2021 - TypeScript
A simple Go package to Query over JSON/YAML/XML/CSV Data
-
Updated
Aug 16, 2021 - Go
I'd like to add a config and the ability to have a .js config file in order to generate nestjs repositories and files that just have types. The easiest way to do this, and without introducing much additional maintenance would be to let folks supply their own generator templates.
Splitting the types to a different library might be a little tricky to add in a config, so at first it might not b
-
Updated
Aug 16, 2021 - TypeScript
React Hook for managing state in URL query parameters with easy serialization.
-
Updated
Aug 13, 2021 - TypeScript
Select, put and delete data from JSON, TOML, YAML, XML and CSV files with a single tool. Supports conversion between formats and can be used as a Go package.
-
Updated
Aug 21, 2021 - Go
PyPika is a python SQL query builder that exposes the full richness of the SQL language using a syntax that reflects the resulting query. PyPika excels at all sorts of SQL queries but is especially useful for data analysis.
-
Updated
Aug 21, 2021 - Python
An Eloquent Way To Filter Laravel Models And Their Relationships
-
Updated
Jun 11, 2021 - PHP
Immutable Ordered Key-Value Database Engine
-
Updated
Mar 21, 2020 - Rust
One issue that's kept me from adopting this gem more widely is that I need to define all possible top level keys for a jsonb column. If I don't, then I will receive an ActiveRecord::MissingAttributeError. This removes much of the flexibility of having a jsonb column. For example when storing a JSON response from a webhook. The structure may be well defined, but if a new key is added then we'd ge
Adding cache on your Laravel Eloquent queries' results is now a breeze.
-
Updated
Aug 1, 2021 - PHP
-
Updated
May 3, 2021 - PHP
Makes it easy to manipulate id-based resources with lodash or lowdb
-
Updated
Jun 9, 2021 - JavaScript
An interpreted relational query language that compiles to SQL.
-
Updated
Aug 21, 2021 - Python
Yet Another LINQ to Objects for PHP [Simplified BSD]
-
Updated
May 29, 2020 - PHP
Tools like jq are focused predominantly on their use on the command line, but have a lot of limitations (and bugs!) that jslt doesn't. This is a compliment to jslt btw. :)
To properly replace the usage of jq with jslt, we would like to be able to have some more flexibility with the ways of specifying the input parameters as well as the output.
- Specifying JSON input or JSLT transform input
Add module-info.java
A Clojure(script) SQL library for building APIs: Datomic® (GraphQL-ish) pull syntax, data driven configuration, dynamic filtering with relations in mind
-
Updated
Aug 1, 2021 - Clojure
Improve this page
Add a description, image, and links to the query topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the query topic, visit your repo's landing page and select "manage topics."


Right now
queryin the nodejs api is just a string. we should support gql-parsed strings too, so that if they are exported elsewhere, it can be used directly.