getPost() / getPosts() / ... what's your opinion? + any TS magician here :) ?
What work is required to support ClickHouse?
push:pg not creating table schema (pgSchema)
schema.ts
...Drizzle JOIN vs relations
with
field), then one wouldn't need to use .join()
, and vice versa.
Is there a reason one should use JOIN vs. relations, or is it personal preference?...update not working
How do I infer type of pgEnum
Is drizzle-kit supposed to include existings table in the migration file?

MySQL Relational CRUD
Join does not work?

net::ERR_NAME_NOT_RESOLVED showing multiple times on the console
index.js: POST https://undefined/psdb.v1alpha1.Database/Execute net::ERR_NAME_NOT_RESOLVED
This is the code that I use to fetch my data.
```js
export default async function getCustomers() {...Where should I start?
Is it possible to run migrations with the "neon" driver?
How to add external data in select
how do I store list of string in my pg table
editors:text("editors").array().references(() => users.id, { onDelete: "cascade",}),
which is giving me this error error: foreign key constraint "youtube_channel_editors_user_id_fk" cannot be implemented
Detailed error => detail: 'Key columns "editors" and "id" are of incompatible types: text[] and text.', where: 'SQL statement "ALTER TABLE "youtube_channel" ADD CONSTRAINT "youtube_channel_editors_user_id_fk" FOREIGN KEY ("editors") REFERENCES "user"("id") ON DELETE cascade ON UPDATE no action"\n' + 'PL/pgSQL function inline_code_block line 2 at SQL statement'
...LibsqlError: SQLITE_ERROR: no such function: SQRT
Error in SQL syntax when pushing schema
drizzle-kit push:mysql
, but I got the error below after confirming the execution. Can someone point out for me what did i do wrong?
Error: target: admin-dashboard.-.primary: vttablet: rpc error: code = InvalidArgument desc = You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near
Error: target: admin-dashboard.-.primary: vttablet: rpc error: code = InvalidArgument desc = You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near
Migration issue with PostgresSQL
introspect:pg generates wrong default values

managing with geom types in postgis
Migration not pushing new columns to database.