- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 44 for Hooks (0.1 sec)
-
.pre-commit-config.yaml
# See https://pre-commit.com/hooks.html for more hooks repos: - repo: https://github.com/pre-commit/pre-commit-hooks rev: v6.0.0 hooks: - id: check-added-large-files args: ['--maxkb=750'] - id: check-toml - id: check-yaml args: - --unsafe - id: end-of-file-fixer - id: trailing-whitespace - repo: local hooks: - id: local-ruff-checkRegistered: Sun Dec 28 07:19:09 UTC 2025 - Last Modified: Fri Dec 26 11:36:58 UTC 2025 - 1.8K bytes - Viewed (1) -
pdm_build.py
import os from typing import Any from pdm.backend.hooks import Context TIANGOLO_BUILD_PACKAGE = os.getenv("TIANGOLO_BUILD_PACKAGE", "fastapi") def pdm_build_initialize(context: Context) -> None: metadata = context.config.metadata # Get custom config for the current package, from the env var config: dict[str, Any] = context.config.data["tool"]["tiangolo"][ "_internal-slim-build" ]["packages"].get(TIANGOLO_BUILD_PACKAGE)
Registered: Sun Dec 28 07:19:09 UTC 2025 - Last Modified: Wed Dec 17 21:25:59 UTC 2025 - 691 bytes - Viewed (0) -
README.md
## Overview * Full-Featured ORM * Associations (Has One, Has Many, Belongs To, Many To Many, Polymorphism, Single-table inheritance) * Hooks (Before/After Create/Save/Update/Delete/Find) * Eager loading with `Preload`, `Joins` * Transactions, Nested Transactions, Save Point, RollbackTo to Saved Point * Context, Prepared Statement Mode, DryRun Mode
Registered: Sun Dec 28 09:35:17 UTC 2025 - Last Modified: Thu Oct 30 09:30:20 UTC 2025 - 1.8K bytes - Viewed (0) -
docs/pt/docs/project-generation.md
- ๐พ [PostgreSQL](https://www.postgresql.org) como banco de dados SQL. - ๐ [React](https://react.dev) para o frontend. - ๐ Usando TypeScript, hooks, Vite, e outras partes de uma _stack_ frontend moderna. - ๐จ [Tailwind CSS](https://tailwindcss.com) e [shadcn/ui](https://ui.shadcn.com) para os componentes de frontend. - ๐ค Um cliente frontend automaticamente gerado.Registered: Sun Dec 28 07:19:09 UTC 2025 - Last Modified: Wed Dec 17 10:17:03 UTC 2025 - 2.2K bytes - Viewed (0) -
callbacks/update.go
if _, ok := dest[rel.Name]; ok { db.AddError(rel.Field.Set(db.Statement.Context, db.Statement.ReflectValue, dest[rel.Name])) } } } } } } // BeforeUpdate before update hooks func BeforeUpdate(db *gorm.DB) { if db.Error == nil && db.Statement.Schema != nil && !db.Statement.SkipHooks && (db.Statement.Schema.BeforeSave || db.Statement.Schema.BeforeUpdate) {
Registered: Sun Dec 28 09:35:17 UTC 2025 - Last Modified: Sun May 25 07:40:40 UTC 2025 - 9.6K bytes - Viewed (0) -
docs/en/docs/project-generation.md
- ๐พ [PostgreSQL](https://www.postgresql.org) as the SQL database. - ๐ [React](https://react.dev) for the frontend. - ๐ Using TypeScript, hooks, Vite, and other parts of a modern frontend stack. - ๐จ [Tailwind CSS](https://tailwindcss.com) and [shadcn/ui](https://ui.shadcn.com) for the frontend components. - ๐ค An automatically generated frontend client.
Registered: Sun Dec 28 07:19:09 UTC 2025 - Last Modified: Mon Dec 08 13:04:54 UTC 2025 - 2K bytes - Viewed (0) -
docs/es/docs/project-generation.md
- ๐พ [PostgreSQL](https://www.postgresql.org) como base de datos SQL. - ๐ [React](https://react.dev) para el frontend. - ๐ Usando TypeScript, hooks, Vite, y otras partes de una stack moderna de frontend. - ๐จ [Tailwind CSS](https://tailwindcss.com) y [shadcn/ui](https://ui.shadcn.com) para los componentes del frontend. - ๐ค Un cliente de frontend generado automรกticamente.Registered: Sun Dec 28 07:19:09 UTC 2025 - Last Modified: Wed Dec 17 10:15:01 UTC 2025 - 2.2K bytes - Viewed (0) -
docs/zh/docs/project-generation.md
- ๐ [Pydantic](https://docs.pydantic.dev) FastAPI็ไพ่ต้กนไนไธ๏ผ็จไบๆฐๆฎ้ช่ฏๅ้ ็ฝฎ็ฎก็ใ - ๐พ [PostgreSQL](https://www.postgresql.org) ไฝไธบSQLๆฐๆฎๅบใ - ๐ [React](https://react.dev) ็จไบๅ็ซฏใ - ๐ ไฝฟ็จไบTypeScriptใhooksใ[Vite](https://vitejs.dev)ๅๅ ถไปไธไบ็ฐไปฃๅ็ๅ็ซฏๆๆฏๆ ใ - ๐จ [Chakra UI](https://chakra-ui.com) ็จไบๅ็ซฏ็ปไปถใ - ๐ค ไธไธช่ชๅจๅ็ๆ็ๅ็ซฏๅฎขๆท็ซฏใ - ๐งช [Playwright](https://playwright.dev)็จไบ็ซฏๅฐ็ซฏๆต่ฏใ - ๐ฆ ๆฏๆๆ้ปไธป้ข๏ผDark mode๏ผใRegistered: Sun Dec 28 07:19:09 UTC 2025 - Last Modified: Fri Oct 04 11:16:34 UTC 2024 - 1.8K bytes - Viewed (0) -
docs/de/docs/project-generation.md
- ๐พ [PostgreSQL](https://www.postgresql.org) als SQL-Datenbank. - ๐ [React](https://react.dev) fรผr das Frontend. - ๐ Verwendung von TypeScript, Hooks, Vite und anderen Teilen eines modernen Frontend-Stacks. - ๐จ [Tailwind CSS](https://tailwindcss.com) und [shadcn/ui](https://ui.shadcn.com) fรผr die Frontend-Komponenten. - ๐ค Ein automatisch generierter Frontend-Client.
Registered: Sun Dec 28 07:19:09 UTC 2025 - Last Modified: Wed Dec 17 20:41:43 UTC 2025 - 2.2K bytes - Viewed (0) -
docs/ko/docs/project-generation.md
- ๐ [Pydantic](https://docs.pydantic.dev): FastAPI์ ์ํด ์ฌ์ฉ๋๋, ๋ฐ์ดํฐ ๊ฒ์ฆ๊ณผ ์ค์ ๊ด๋ฆฌ. - ๐พ [PostgreSQL](https://www.postgresql.org): SQL ๋ฐ์ดํฐ๋ฒ ์ด์ค. - ๐ [React](https://react.dev): ํ๋ก ํธ์๋. - ๐ TypeScript, hooks, [Vite](https://vitejs.dev) ๋ฐ ๊ธฐํ ํ๋์ ์ธ ํ๋ก ํธ์๋ ์คํ์ ์ฌ์ฉ. - ๐จ [Chakra UI](https://chakra-ui.com): ํ๋ก ํธ์๋ ์ปดํฌ๋ํธ. - ๐ค ์๋์ผ๋ก ์์ฑ๋ ํ๋ก ํธ์๋ ํด๋ผ์ด์ธํธ. - ๐งช E2E ํ ์คํธ๋ฅผ ์ํ [Playwright](https://playwright.dev). - ๐ฆ ๋คํฌ ๋ชจ๋ ์ง์.Registered: Sun Dec 28 07:19:09 UTC 2025 - Last Modified: Fri Oct 04 11:16:34 UTC 2024 - 2.1K bytes - Viewed (0)