Docker is an open source platform where we can create, deploy, and run applications by using containers. Docker is similar to virtual machines (VM),...
The EDB Blog
Desarrollador
Postgres tips and tricks for developers.


SQL/JSON is coming to PostgreSQL 12 SQL/JSON is coming to PostgreSQL 12 and provides a native way to query JSON data— to be specific, JSON data...

The EnterpriseDB JDBC Driver supports the use of logging (or tracing) to help resolve issues with the JDBC Driver when is used in your application...

A couple of common questions I hear from customers (usually long-time users of a particular database from Redwood) via our guys in the field is “why...

EnterpriseDB supports a wide array of connectors to integrate your application with EDB Postgres, and our Connectors team has been hard at work, just...

*/ You might know that Postgres supports materialized views and foreign data wrappers (fdw). Briefly, materialized views allow for queries to be...

PL/Java has been around since 2005, but it has regularly struggled to gain users. Unfortunately, a lot of these problems are specific to the Java...

In my role, I frequently talk to organizations about their top priorities for their software applications. Time and again, speed to market wins the...

*/ Postgres introduced JSON and JSONB in versions 9.3 and 9.4, respectively, with JSONB (Binary Javascript Object Notation) being the canonical form...

*/ Today’s connected enterprise requires a single database that can handle both structured and unstructured data efficiently and that adapts...