Skip to content

Commit 1164183

Browse files
committed
remove redundant stuff and fix turso dialect
1 parent 2ebd630 commit 1164183

File tree

6 files changed

+59
-882
lines changed

6 files changed

+59
-882
lines changed

src/content/documentation/docs/_meta.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,13 @@
66
["tutorials", "Tutorials"],
77
["latest-releases", "Latest releases"],
88
["gotchas", "Gotchas"],
9+
910
"Fundamentals",
1011
["sql-schema-declaration", "Schema"],
1112
["connect-overview", "Database connection"],
1213
["data-querying", "Query data"],
1314
["migrations", "Migrations"],
15+
1416
"Connect::",
1517
["get-started-postgresql", "PostgreSQL"],
1618
["get-started-mysql", "MySQL"],
@@ -37,13 +39,15 @@
3739
["connect-aws-data-api-mysql", "AWS Data API MySQL"],
3840
"---",
3941
["connect-drizzle-proxy", "Drizzle Proxy"],
42+
4043
"Manage schema",
4144
["column-types", "Data types"],
4245
["indexes-constraints", "Indexes & Constraints"],
4346
["sequences", "Sequences"],
4447
["views", "Views"],
4548
["schemas", "Schemas"],
4649
["extensions", "Extensions"],
50+
["relations", "Relations"],
4751

4852
"Migrations",
4953
["kit-overview", "Overview"],
@@ -70,10 +74,12 @@
7074
["query-utils", "Utils"],
7175
["joins", "Joins"],
7276
["sql", "Magic sql`` operator"],
77+
7378
"Performance",
7479
["perf-queries", "Queries"],
7580
["perf-serverless", "Serverless"],
7681
["perf-benchmarks", "Benchmarks"],
82+
7783
"Advanced",
7884
["set-operations", "Set Operations"],
7985
["generated-columns", "Generated Columns"],
@@ -83,6 +89,7 @@
8389
["read-replicas", "Read Replicas"],
8490
["custom-types", "Custom types"],
8591
["goodies", "Goodies"],
92+
8693
"Extensions",
8794
["prisma", "Prisma"],
8895
["eslint-plugin", "ESLint Plugin"],

0 commit comments

Comments
 (0)