Quantcast
Channel: Active questions tagged react-native+typescript - Stack Overflow
Viewing all articles
Browse latest Browse all 6364

How can i write sqlite connection code in typeorm with react native

$
0
0

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: [],})```

Viewing all articles
Browse latest Browse all 6364

Trending Articles