#sql-databases

[ follow ]
B-list
6 months ago
Python

Database functions in Django

SQL databases have built-in functions that can be used in query expressions.
Django's ORM supports standard functions and allows for custom functions to be written. [ more ]
#drizzle-orm
Marcin Wanago Blog - JavaScript, both frontend and backend
1 month ago
JavaScript

API with NestJS #151. Implementing many-to-one relationships with Drizzle ORM

Establishing many-to-one relationships in SQL databases is crucial for data consistency and integrity. [ more ]
Marcin Wanago Blog - JavaScript, both frontend and backend
1 week ago
JavaScript

API with NestJS #154. Many-to-many relationships with Drizzle ORM and PostgreSQL

Many-to-many relationships are vital in SQL databases when handling connections between multiple records in separate tables. [ more ]
Marcin Wanago Blog - JavaScript, both frontend and backend
1 month ago
JavaScript

API with NestJS #151. Implementing many-to-one relationships with Drizzle ORM

Establishing many-to-one relationships in SQL databases is crucial for data consistency and integrity. [ more ]
Marcin Wanago Blog - JavaScript, both frontend and backend
1 week ago
JavaScript

API with NestJS #154. Many-to-many relationships with Drizzle ORM and PostgreSQL

Many-to-many relationships are vital in SQL databases when handling connections between multiple records in separate tables. [ more ]
moredrizzle-orm
Marcin Wanago Blog - JavaScript, both frontend and backend
2 weeks ago
Data science

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). [ more ]
Pythonbytes
3 weeks ago
Python

Heralding in a new era of database queries

Interact with SQL databases using Natural Language to SQL tools.
Exploring Python's range of command-line utilities.
Understanding Distroless Python as a more secure option for container images. [ more ]
[ Load more ]