Here is an example but it is for postgress i want to use sqlite.
type: "postgres", host: "localhost", port: 5432, username: "test", password: "test", database: "test", synchronize: true, logging: true, entities: [Post, Category], subscribers: [], migrations: [],})```