expo-sqlite-wrapper
Advanced tools
Comparing version 1.0.7 to 1.0.8
{ | ||
"name": "expo-sqlite-wrapper", | ||
"version": "1.0.7", | ||
"version": "1.0.8", | ||
"description": "This is a wrapper for `expo-sqlite` as it make it very easy to create, update and work with the database file", | ||
@@ -5,0 +5,0 @@ "main": "index.tsx", |
@@ -156,2 +156,4 @@ # expo-sqlite-wrapper | ||
Contains: (value: StringValue) => IQuery<T, D>; | ||
StartWith: (value: StringValue) => IQuery<T, D>; | ||
EndWith: (value: StringValue) => IQuery<T, D>; | ||
NotEqualTo: (value: SingleValue) => IQuery<T, D>; | ||
@@ -158,0 +160,0 @@ EqualAndGreaterThen: <B>(value: NumberValue) => IQuery<T, D>; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
50139
891
248