We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6fdb5bd commit fb6f417Copy full SHA for fb6f417
README.md
@@ -0,0 +1,32 @@
1
+# DBClient
2
+
3
+## Requirements
4
5
+- Xcode 8
6
+- Swift 3
7
+- iOS 9+
8
9
+## Installation
10
11
+### Cocoapods
12
13
+There're 3 podspecs:
14
15
+Core, common classes for any database:
16
17
+```ruby
18
+pod 'DBClient', '~> 1.0'
19
+```
20
21
+Wrapper for CoreData:
22
23
24
+pod 'DBClient/CoreData', '~> 1.0'
25
26
27
+Wrapper for Realm:
28
29
30
+pod 'DBClient/Realm', '~> 1.0'
31
32
+⚠️ It's not ready yet (there're problems with deletion and observation)
0 commit comments