andpor / react-native-sqlite-storage

Full featured SQLite3 Native Plugin for React Native (Android and iOS)
MIT License
2.74k stars 521 forks source link

can we use db.executeSql(query) outside of db.transaction()? #534

Open SymntxHomendra51 opened 1 year ago

SymntxHomendra51 commented 1 year ago

can i use db.executeSql(query) without using db.transaction(). I've tried it and it's working in react-native with react-native-sql-storage. But what will be the difference between using it with or without db.transaction()

deflexable commented 8 months ago

did you find an answer to this?

deflexable commented 8 months ago

did you find an answer to this?