react-native-sqlite-storage
react-native-sqlite-storage copied to clipboard
can we use db.executeSql(query) outside of db.transaction()?
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()
did you find an answer to this?
did you find an answer to this?