query
Here are 1,591 public repositories matching this topic...
-
Updated
Apr 12, 2022 - HTML
Right now query in 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.
import gql from 'graphql-tag';
export const GRAPHQL_QUERY=gql`
query {
something {
anotherthing
}
}
`;MSSQL Storage
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
Apr 4, 2022 - Go
-
Updated
Apr 10, 2022 - TypeScript
-
Updated
Apr 12, 2022 - TypeScript
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
A simple Go package to Query over JSON/YAML/XML/CSV Data
-
Updated
Jan 26, 2022 - Go
React Hook for managing state in URL query parameters with easy serialization.
-
Updated
Mar 29, 2022 - TypeScript
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
Apr 9, 2022 - Python
An Eloquent Way To Filter Laravel Models And Their Relationships
-
Updated
Apr 1, 2022 - PHP
Immutable Ordered Key-Value Database Engine
-
Updated
Mar 21, 2020 - Rust
Note sure if it could be interesting but:
When registering a table:
addr: 0.0.0.0:8084
tables:
- name: "example"
uri: "/data/"
option:
format: "parquet"
use_memory_table: false
add in options:
glob
pattern: "file_typev1*.parquet"
or regexp
pattern: "\wfile_type\wv1\w*.parquet"
It would allow selecting in uri's with different exte
For eg. '==' tooltip as "Equals", 'Like' tooltip as "Contains", etc
Adds typed jsonb backed fields to your ActiveRecord models.
-
Updated
Feb 2, 2022 - Ruby
Brief description
We're running into an issue with this package - when our client goes to add/delete something on a BelongsToMany relation on the Product model, the list reloads but there's no change. I also see the same list in our site's frontend but the database is updated correctly.
Implementation
We're using this package on our Product model, relevant code below:
An interpreted relational query language that compiles to SQL.
-
Updated
Apr 13, 2022 - Python
-
Updated
May 3, 2021 - PHP
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."


"Snap" is a popular package format that enables Linux users to install and run applications cross-distro.
In order to help potential users discover and use fq, it would be neat to automatically build and publish a snap during the release process.
fq utilizes GoReleaser in [the "release" workflow