#database
Study materials by tag "database" from expert practitioners. Current articles and useful tips for development.
Articles with tag "#database"
All materials on the topic database
What is an ORM
ORM (Object-Relational Mapping) is a technology that lets you work with a database through Python objects instead of writing raw...
SQLite in Python: Persistent Memory for Agents
SQLite is a relational database built into Python. It stores data in a single file and requires no server. It...
Django: Forms in Templates
A Django form is a Python class. In a template it becomes HTML. Let's look at the rendering approaches: from...
HTML Form Validation
Browsers can validate form data before it's sent to the server — without a single line of JavaScript. Built-in validation...
HTML Forms
A form is the primary way to collect data from users: logins, search queries, comments, settings. Understanding HTML forms also...
SQLModel CRUD in FastAPI
SQLModel combines SQLAlchemy and Pydantic — a single model for both the database and the API.
SQLModel: the basics
SQLModel is a library for working with databases in FastAPI, combining SQLAlchemy and Pydantic.
Django ORM: Cheatsheet
ORM (Object-Relational Mapping) lets you work with the database through Python objects without writing SQL.
Databases in Django
Охватываемые темы: Supported Database Backends, Configuring SQLite (default), Configuring PostgreSQL, Via environment variable (recommended).
Date Formats in Django
Охватываемые темы: Date fields in a model, Working with dates in Python, Formatting in templates, Formatting in Python.
Git Hosting Platforms
GitHub, GitLab, Bitbucket — key differences and recommendations.
Similar tags
Study related topics
Looking for more on the topic?
Study all our materials or subscribe to updates