#
jsonb
Here are 60 public repositories matching this topic...
Pluggable Ruby translation framework
-
Updated
Jul 11, 2020 - Ruby
Adds typed jsonb backed fields to your ActiveRecord models.
-
Updated
Apr 30, 2020 - Ruby
JsQuery – json query language with GIN indexing support
-
Updated
Jun 18, 2020 - C
ZSON is a PostgreSQL extension for transparent JSONB compression
-
Updated
Jun 14, 2018 - C
Audit trail with schema versioning for PostgreSQL using transaction-based logging
-
Updated
Jun 1, 2020 - PLpgSQL
PostgreSQL enhancements for Doctrine2. Provides support for advanced data types (json, josnb, arrays), text search, array operators and jsonb specific functions.
-
Updated
Jul 8, 2020 - PHP
jimfulton
opened
Mar 31, 2017
playground for spring-boot 2.*, kotlin , jetbrains-exposed, postgres, jsonb, flyway, docker
-
Updated
May 12, 2020 - Kotlin
The project moved to https://github.com/eclipse-ee4j/jakartaee-examples
jpa
websocket
jsonp
jsf
servlet
javaee
ejb
jsonb
jaxrs
beanvalidation
jakartaee
eesecurity
eemanagement
-
Updated
Aug 15, 2019 - Java
Content Translation Framework based on Postgresql's JSONB field
i18n
language
content
translations
postgres
django
translation
postgresql
django-framework
languages
postgresql-database
jsonb
-
Updated
Jun 10, 2020 - Python
ActiveRecord extension for querying hstore and jsonb
-
Updated
Jan 28, 2019 - Ruby
Parse JSON columns with Bookshelf.js
-
Updated
Dec 28, 2019 - JavaScript
Search PostgreSQL jsonb and hstore columns
-
Updated
Mar 18, 2020 - Ruby
You know, for (PostgreSQL) search
-
Updated
Jul 3, 2020 - Elixir
A plugin to show and edit JSON objects within Administrate.
-
Updated
Jun 16, 2020 - HTML
jOOQ support for PostgreSQL json & jsonb
-
Updated
May 17, 2020 - Java
Thrift support for postgreSQL
protobuf
dictionary
postgresql
thrift
jsonb
compact
compresses
zson
thrift-support
pg-thrift
pg-protobuf
-
Updated
Aug 7, 2018 - C
PostgreSQL + Spring Boot Example
-
Updated
Feb 20, 2019 - Java
JSONB compression method for PostgreSQL
-
Updated
Feb 12, 2018 - C
Rails user based custom field example with postgresql jsonb and using custom fields with ransack
-
Updated
Apr 17, 2017 - Ruby
ruby plugin for manage json default fields
-
Updated
Nov 29, 2018 - Ruby
Rails concern for ActiveRecord attribute translation using PostgreSQL's JSONB datatype.
-
Updated
Dec 24, 2018 - Ruby
kislyuk
commented
Jun 13, 2019
The query service documentation should include
- Basic use with httpie (
http https://query.dev.data.humancellatlas.org/v1/query query='select count(*) from files' - Use with the DCP CLI (
hca query post-query --query 'select count(*) from files'as well as more complex examples with parameters, etc.) - Use with the DCP CLI Python API (`python -c 'import hca.query; c=hca.query.DCPQueryClien
Use JSON objects to generate PostgreSQL WHERE clause expressions.
-
Updated
Oct 18, 2017 - PLpgSQL
Improve this page
Add a description, image, and links to the jsonb topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the jsonb topic, visit your repo's landing page and select "manage topics."


Showing warning sign on entity in case of duplicate discriminator value in same entity hierarchy would be useful to see such errors automatically.
E.g.
BaseEntity -> ChildOne ( discriminator value = 1)
-> ChildTwo ( discriminator value = 2)
-> ChildThree ( discriminator value = 1)
In this case show warning both on ChildOne and ChildThree