Using Asyncpg with FastAPI and Air
A guide on integrating Asyncpg with FastAPI and Air for direct PostgreSQL database access, bypassing heavier ORMs like SQLAlchemy.
A guide on integrating Asyncpg with FastAPI and Air for direct PostgreSQL database access, bypassing heavier ORMs like SQLAlchemy.
A guide to setting up asynchronous PostgreSQL operations with SQLModel and FastAPI, including code examples for async engines and sessions.
A guide to implementing lazy loading for navigation properties in EF Core using the Proxies package, with a focus on MongoDB integration.
A tutorial on setting up a Next.js application with Prisma ORM and SQLite database, covering initial setup and migrations.
A developer's notes on Cory Zue's Django livecoding session, comparing Django's ORM, migrations, and admin UI to Flask development.
A tutorial on connecting a PostgreSQL database to an Express.js application using the Sequelize ORM.
A guide to designing a data model for a Django survey application, covering models for Survey, Question, Option, and Submission.
Learn how Django uses models to store user data from forms into a relational database, covering setup and core concepts.
Learn how to use Django Debug Toolbar to identify and fix slow database queries in your Django application views.
A developer changes a Django model relationship from ForeignKey to ManyToManyField and fixes the resulting test errors.
A tutorial on connecting a MongoDB database to an Express.js application using Mongoose as the Object-Relational Mapping (ORM) library.
Author announces the release of a self-published, 240-page guide on Java Persistence API (JPA), covering fundamentals to advanced integration.
Explores using PostgreSQL's full text search and trigram similarity in Django for a college search feature, detailing implementation choices.
A guide to implementing custom, reusable PHP Enums in a Symfony application using Doctrine2 as the ORM, with examples for entities and forms.
Explains Laravel 5.0's Eloquent attribute casting feature, which automatically converts model attributes to specific data types like boolean or integer.
Explains AngularJS's $resource service, comparing it to the Active Record pattern for client-side data management and API interaction.