Quan Wang

Results 4 comments of Quan Wang

My `.env` file: ``` PGHOST=localhost PGPORT=5432 PGUSER=qwang PGPASSWORD=qwang123 PGDATABASE=test_db ADMIN_USER=db_admin ADMIN_PASS=Admin123 ADMIN_MOBILE=0000000000 [email protected] ``` Here is the test file: ```js const { createHash, createSalt, head, prop } = require('lib/utils') const...

The code is as same as above except `.toString()` replace with `.toSQL().toNative()`. And the result is as same as before. ``` { sql: 'insert into "users" ("contact", "hash", "salt", "store",...

这个“不久”到底是多久...?

Any update on this? Prisma schema only supports English. If I want to set non-English enumeration values, I have to use the `@map` method. However, Non-English enumeration values can be...