Results 37 comments of Ahab

### SOLVED: How to use pre-populated database with `react-native-windows` **Step 1: Link files** 1. Put your database in `windows\\www` 2. Open `windows\.sln` with Visual Studio 3. Right-click `\Assets` in the...

Thank you ☺️ This was a lot of work lol Made a PR so hopefully this fix won't be necessary for long, but I'm not holding my breath.

> is there a way I can provide a location outside windows directory ? i.e from C: directory for example. Sort of, but not really. The only way to get...

SOLVED: https://github.com/andpor/react-native-sqlite-storage/issues/491#issuecomment-1368515615

> I'm getting Error: Invalid database handle How did you include the database in the project? I'm trying to figure out how to use this for Windows as well and...

SOLVED (I hope): https://github.com/andpor/react-native-sqlite-storage/issues/491#issuecomment-1368515615

Please write code as: \`\`\`js \ \`\`\` This will post it in a code block with javascript syntax highlighting and make it much easier to read Additionally, when making react...

What platform are you running this on?

Also, should `'SELECT * FROM users WHERE email= ?' ` be `` `SELECT * FROM users WHERE email= ${email}` ``?

Something inside the program would be awesome, but I don't think this repo's getting updated again anytime soon, so until then, there's SqliteStudio or any number of other GUI sqlite...