DEV Community

lanners45
lanners45

Posted on

Connect to SQLite DB in windows

Hi

I'm attempting to connect to a SQL lite db using sqlite3 and react-native-sqlite-storage. I've created a standard React installation using npm create-react-app using template for typescript.

However I doesn't matter what I do I can't neither of them will work. I'm getting countless errors building.

My first question is, is it possible to connect to a sqlLite db using react on a standard PC with the packages above?

Thanks

john

Top comments (0)