Skip to content

Commit 6e53b3e

Browse files
authored
Update README.md
1 parent c22b100 commit 6e53b3e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,8 @@ db.execute(
162162
```
163163

164164
Query results that are received from e.g. `execute()` will also return this special object/struct. To check for null values, the user can use the a special function:
165-
```
165+
166+
```typescript
166167
import { isNitroSQLiteNull } from 'react-native-nitro-sqlite'
167168

168169
const res = db.execute('SELECT * FROM User')

0 commit comments

Comments
 (0)