-
Notifications
You must be signed in to change notification settings - Fork 35
Open
Description
Hi Vesper team,
First of all, thanks for this great framework! It works quite well together with TypeORM.
One thing that I couldn't find a solution myself is a way to set the connection charset for MySQL. With Typeorm, I can do the following
// read connection options from ormconfig file (or ENV variables)
const connectionOptions = await getConnectionOptions();
// create a connection using modified connection options
const connection = await createConnection({
...connectionOptions,
charset: 'UTF8MB4_GENERAL_CI',
} as MysqlConnectionOptions);
It's not been loaded from option reader so this seems the only option.
I'm thinking we can either allow passing a connection to Vesper or Vesper reuse the existing default connection automatically (instead of die with AlreadyHasActiveConnectionError).
Metadata
Metadata
Assignees
Labels
No labels