/
githubmirror
/
next.js
Обзор
Документация
Войти
/
githubmirror
/
next.js
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
canary
examples/with-edgedb/client.ts
9 строк
270 B
Steven
chore(examples): use default prettier for examples/templates (#60530)
12 янв 2024, 02:01
Не верифицирован
12 янв 2024, 02:01
4466ba4
Код
Авторство
О чём код?
import { createClient } from "edgedb"; import e from "./dbschema/edgeql-js"; // reads value of EDGEDB_DSN automatically export const client = createClient({ // TLS configuration is beyond the scope of this example project tlsSecurity: "insecure", }); export { e };