MongoDB claims to be gaining market share against PostgreSQL by addressing limitations in scalability and flexibility for applications like Fanatics Betting & Gaming.
PostgreSQL becomes developers' choice for AI and real-time apps
PostgreSQL is increasingly favored among developers for AI-related applications due to its flexibility, reliability, and robust extensibility.
Microsoft backs open source PostgreSQL analytics extension
An open source project aims to enhance PostgreSQL's analytics capabilities by integrating the DuckDB analytics engine.
MongoDB dunks on PostgreSQL after Q2 success
MongoDB claims to be gaining market share against PostgreSQL by addressing limitations in scalability and flexibility for applications like Fanatics Betting & Gaming.
PostgreSQL becomes developers' choice for AI and real-time apps
PostgreSQL is increasingly favored among developers for AI-related applications due to its flexibility, reliability, and robust extensibility.
Microsoft backs open source PostgreSQL analytics extension
An open source project aims to enhance PostgreSQL's analytics capabilities by integrating the DuckDB analytics engine.
API with NestJS #172. Database normalization with Drizzle ORM and PostgreSQL
Database normalization simplifies data management by eliminating redundancy through clear rules, enhancing efficiency in data retrieval.
Failing to connect Commento with PostgreSQL
Commento can be self-hosted with PostgreSQL to avoid monthly fees, allowing blog comments integration with Hugo sites.
PostgreSQL 17 delivers a leap forward for open-source databases
PostgreSQL 17 introduces major performance improvements and new features, enhancing both scalability and developer experience in database management.
PostgreSQL 17 packs big performance and feature enhancements
PostgreSQL 17 introduces native incremental backups, advanced SQL/JSON support, improved transaction handling, and enhanced logical replication, positioning it as a top database solution.
PostgreSQL: Write-Ahead Logging (WAL)
WAL is essential for database integrity, allowing for recovery and consistency through pre-logging changes.
API with NestJS #162. Identity columns with the Drizzle ORM and PostgreSQL
The PostgreSQL community now recommends using identity columns over serial types for defining primary keys.
Supabase adoption guide: Overview, examples, and alternatives - LogRocket Blog
Supabase is a game-changing backend service for frontend developers, streamlining workflows and enhancing user experience.
Google Introduces Free Trial for AlloyDB PostgreSQL Database
Google offers a free trial for AlloyDB, a high-performance managed PostgreSQL-compatible database service with advanced features for various use cases.
API with NestJS #159. Date and time with PostgreSQL and the Drizzle ORM
Storing date and time correctly is critical. PostgreSQL uses ISO 8601 format. Time zones are managed without automatic conversion. Choosing the appropriate column type is essential.
Enabling Full-Text Search with Slick-pg
Developers can utilize tminglei's Slick PostgreSQL Extensions for PostgreSQL full-text search in Scala Slick projects.
Using TestContainers in Scala with Spark for real unit testing
TestContainers is a technology that allows you to spin up docker containers programmatically for testing purposes.
This article provides a step-by-step guide on how to set up a Scala project using SBT and write a test that reads from a PostgreSQL database created through TestContainers using Spark.
Building a Secure User Registration Service with Email Verification in Scala and http4s
Ensuring a secure and seamless user registration process is important for online platforms.
This article discusses the use of Scala, http4s, Slick, Redis, and PostgreSQL to create a robust web service for user registrations.
Using TestContainers in Scala with Spark for real unit testing
TestContainers is a technology that allows you to spin up docker containers programmatically for testing purposes.
This article provides a step-by-step guide on how to set up a Scala project using SBT and write a test that reads from a PostgreSQL database created through TestContainers using Spark.
Building a Secure User Registration Service with Email Verification in Scala and http4s
Ensuring a secure and seamless user registration process is important for online platforms.
This article discusses the use of Scala, http4s, Slick, Redis, and PostgreSQL to create a robust web service for user registrations.
API with NestJS #136. Raw SQL queries with Prisma and PostgreSQL range types
Prisma currently does not support range types in PostgreSQL, but PostgreSQL has built-in range types that can be used.
To use a range type in Prisma, you need to define the type in the schema and create a migration manually.
OCI Database: Oracle Embraces PostgreSQL
Oracle announces the general availability of OCI Database with PostgreSQL version 14.9, the first managed PostgreSQL service on Oracle Cloud.
The service offers advantages in terms of cost, performance, scale, availability, and durability, with a purpose-built shared-storage architecture and a custom user-mode DbOS filesystem.
API with NestJS #136. Raw SQL queries with Prisma and PostgreSQL range types
Prisma currently does not support range types in PostgreSQL, but PostgreSQL has built-in range types that can be used.
To use a range type in Prisma, you need to define the type in the schema and create a migration manually.
OCI Database: Oracle Embraces PostgreSQL
Oracle announces the general availability of OCI Database with PostgreSQL version 14.9, the first managed PostgreSQL service on Oracle Cloud.
The service offers advantages in terms of cost, performance, scale, availability, and durability, with a purpose-built shared-storage architecture and a custom user-mode DbOS filesystem.
Using ElectricSQL to build a local-first application - LogRocket Blog
ElectricSQL is a sync layer between apps and PostgreSQL database, allowing for seamless data synchronization between local device and remote database.
ElectricSQL is currently in public alpha with limitations such as no support for SERIAL, SEQUENCE, and UNIQUE, and restrictions on primary and foreign keys.
The database is the bottleneck! | @lightbend
Akka 24.05 achieves high throughput with PostgreSQL by sharding write requests
Approximate Counting in Django and Postgres
Django's paginator relies on slow SELECT COUNT(*) query. Approaches include approximating row count and custom paginator for faster loading.
API with NestJS #153. SQL transactions with the Drizzle ORM
Ensuring data integrity is a key role for developers, and SQL databases provide tools for consistency. Transactions in SQL maintain atomicity, consistency, isolation, and durability (ACID properties).
API with NestJS #157. Handling JSON data with PostgreSQL and the Drizzle ORM
PostgreSQL offers structured data handling, while MongoDB suits flexible data with varying attributes. PostgreSQL supports storing and querying loosely structured JSON data using JSON columns effectively.
API with NestJS #153. SQL transactions with the Drizzle ORM
Ensuring data integrity is a key role for developers, and SQL databases provide tools for consistency. Transactions in SQL maintain atomicity, consistency, isolation, and durability (ACID properties).
API with NestJS #157. Handling JSON data with PostgreSQL and the Drizzle ORM
PostgreSQL offers structured data handling, while MongoDB suits flexible data with varying attributes. PostgreSQL supports storing and querying loosely structured JSON data using JSON columns effectively.
Example JDBC connection strings for popular databases.
Open source extensions from Timescale| ScopeTrader
Timescale introduces pgvectorscale and pgai open-source extensions to enhance PostgreSQL for AI applications, competing with specialized vector databases like Pinecone at a lower cost.