#
jsonb
Here are 73 public repositories matching this topic...
4
derosm2
commented
Jul 26, 2018
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
Pluggable Ruby translation framework
-
Updated
Nov 3, 2021 - Ruby
JsQuery – json query language with GIN indexing support
-
Updated
Aug 16, 2021 - C
ZSON is a PostgreSQL extension for transparent JSONB compression
-
Updated
Jun 1, 2021 - C
Jakarta EE 8 (Java EE) & MicroProfile 3.2 application generator and modeler
microservices
sql
orm
netbeans
diagram
jax-rs
jpa
hibernate
ddl
modeler
javaee
jsonb
eclipselink
payara
payara-server
payara-micro
microprofile
javaee8
jakarta-ee
jakartaee
-
Updated
Nov 2, 2021 - Java
Audit trail with schema versioning for PostgreSQL using transaction-based logging
-
Updated
May 4, 2021 - PLpgSQL
PostgreSQL enhancements for Doctrine. Provides support for advanced data types (json, jssnb, arrays), text search, array operators and jsonb specific functions.
-
Updated
Oct 28, 2021 - PHP
Newt DB is a Python object-oriented database with JSONB-based access and search in PostgreSQL
-
Updated
Jun 14, 2020 - Python
playground for spring-boot 2.*, kotlin , jetbrains-exposed, postgres, jsonb, flyway, docker
-
Updated
Sep 17, 2021 - Kotlin
ActiveRecord extension for querying hstore and jsonb
-
Updated
Dec 18, 2020 - Ruby
Content Translation Framework based on Postgresql's JSONB field
i18n
language
content
translations
postgres
django
translation
postgresql
django-framework
languages
postgresql-database
jsonb
-
Updated
Nov 17, 2020 - Python
Parse JSON columns with Bookshelf.js
-
Updated
Aug 11, 2021 - JavaScript
jOOQ support for PostgreSQL json & jsonb
-
Updated
Jul 28, 2021 - Java
A plugin to show and edit JSON objects within Administrate.
-
Updated
Apr 2, 2021 - HTML
You know, for (PostgreSQL) search
-
Updated
Mar 25, 2021 - Elixir
Search PostgreSQL jsonb and hstore columns
-
Updated
Nov 5, 2020 - Ruby
PostgreSQL + Spring Boot Example
-
Updated
Feb 20, 2019 - Java
Rails user based custom field example with postgresql jsonb and using custom fields with ransack
-
Updated
Apr 17, 2017 - Ruby
Thrift support for postgreSQL
protobuf
dictionary
postgresql
thrift
jsonb
compact
compresses
zson
thrift-support
pg-thrift
pg-protobuf
-
Updated
Aug 7, 2018 - C
ruby plugin for manage json default fields
-
Updated
Apr 15, 2021 - Ruby
Prototype implementation of the DCP Query Service, a metadata search engine for HCA
-
Updated
Oct 21, 2021 - Python
Django JSON Schema Field
json
django
schema
json-schema
django-admin
jsonb
django-admin-panel
django-field
json-validation
django-json-schema
-
Updated
Jun 1, 2021 - Python
JSONB compression method for PostgreSQL
-
Updated
Feb 12, 2018 - C
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."
Hello,
I use postgres 12 with “MATERIALIZED” statement,
and I once asked on Discord how to use the “MATERIALIZED” statement in go-pg,
and get that is not support now.
Expected Behavior