PRISMA live in Berlin - 03.10.2024 @ Berghain Kantine - KALTBLUT MagazinePRISMA is performing live in Berlin on October 3, 2024.
Job Vacancy: Senior Software Engineer (Rust) // Prisma | IT / Software Development Jobs | Berlin Startup JobsPrisma develops cutting-edge data layers for applications, emphasizing accessibility and community support.
Prisma Typed SQL QueriesPrisma's support for TypedSQL simplifies using custom SQL queries, alleviating schema validation issues for developers.
Job Vacancy: Senior Software Engineer (Rust) // Prisma | IT / Software Development Jobs | Berlin Startup JobsPrisma develops cutting-edge data layers for applications, emphasizing accessibility and community support.
Prisma Typed SQL QueriesPrisma's support for TypedSQL simplifies using custom SQL queries, alleviating schema validation issues for developers.
Job Vacancy: Software Engineer // Prisma | IT / Software Development Jobs | Berlin Startup JobsWork at Prisma for cutting-edge data layer products using TypeScript and Rust with top-tier investors for small startup challenges.
API with NestJS #147. The data types to store money with PostgreSQL and PrismaAvoid using floating-point numbers for storing monetary values due to potential errors.Binary representation of integer numbers simplifies storing integers efficiently in computers.
Select API with NestJS #141. Getting distinct records with Prisma and PostgreSQLPostgreSQL provides ways to filter query results and remove duplicate rows.Prisma can be configured to use native database features to filter duplicates in memory.
API with NestJS #147. The data types to store money with PostgreSQL and PrismaAvoid using floating-point numbers for storing monetary values due to potential errors.Binary representation of integer numbers simplifies storing integers efficiently in computers.
Select API with NestJS #141. Getting distinct records with Prisma and PostgreSQLPostgreSQL provides ways to filter query results and remove duplicate rows.Prisma can be configured to use native database features to filter duplicates in memory.
API with NestJS #136. Raw SQL queries with Prisma and PostgreSQL range typesPrisma 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.