-
Notifications
You must be signed in to change notification settings - Fork 378
Expand file tree
/
Copy path_map.json
More file actions
28 lines (28 loc) · 1.69 KB
/
_map.json
File metadata and controls
28 lines (28 loc) · 1.69 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
[
["conditional-filters-in-query", "Conditional filters in query"],
["incrementing-a-value", "Incrementing a value"],
["decrementing-a-value", "Decrementing a value"],
["include-or-exclude-columns", "Include or exclude columns"],
["toggling-a-boolean-field", "Toggling a boolean field"],
["count-rows", "Count rows"],
["upsert", "Upsert Query"],
["limit-offset-pagination", "Limit/Offset pagination"],
["cursor-based-pagination", "Cursor-based pagination"],
["timestamp-default-value", "Timestamp as a default value"],
["gel-ext-auth", "Gel Auth extension with Drizzle"],
["select-parent-rows-with-at-least-one-related-child-row", "Select parent rows with at least one related child row"],
["empty-array-default-value", "Empty array as a default value"],
["update-many-with-different-value", "Update many with different value for each row"],
["unique-case-insensitive-email", "Unique and Case-Insensitive Email Handling"],
["vector-similarity-search", "Vector similarity search with pgvector extension"],
["postgresql-full-text-search", "PostgreSQL full-text search"],
["d1-http-with-drizzle-kit", "Cloudflare D1 HTTP API with Drizzle Kit"],
["point-datatype-psql", "Point datatype in PostgreSQL"],
["postgis-geometry-point", "PostGIS geometry point"],
["postgresql-local-setup", "Local setup of PostgreSQL"],
["mysql-local-setup", "Local setup of MySQL"],
["seeding-with-partially-exposed-tables", "Seeding Partially Exposed Tables with Foreign Key"],
["seeding-using-with-option", "Seeding using 'with' option"],
["full-text-search-with-generated-columns", "Full-text search with Generated Columns"],
["migration-safety-with-pgfence", "Analyze migration safety with pgfence"]
]