Open francelwebdev opened 4 months ago
You can refer to https://github.com/sutandojs/sutando-examples/tree/main/typescript/rest-hono
Some changes need to be made:
pg
sutando.addConnection({
client: 'pg',
connection: {
host: 'host',
user: 'user',
database: 'dashbase',
password: 'password',
ssl: { rejectUnauthorized: false },
},
});
Typescript example with postgresql.