Skip to content

Commit d9bc6f2

Browse files
committed
Change Readme
1 parent 27b2a0c commit d9bc6f2

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ Note:- Callbacks will be added and make avaliable in upcoming releases.
2121

2222

2323
<br/>
24+
2425
Gradle Dependency
2526
---------
2627

@@ -54,6 +55,7 @@ Maven Dependency
5455
```
5556

5657
<br/>
58+
5759
Make / Add New Columns
5860
---------
5961

@@ -74,6 +76,7 @@ BulkData.makeNewTableColumn(this, arrayTableName)
7476

7577

7678
<br/>
79+
7780
Alter / Add New Columns
7881
---------
7982

@@ -93,13 +96,15 @@ BulkData.makeTableColumn(this, arrayTableName)
9396
```
9497

9598
<br/>
99+
96100
Insert Data
97101
---------
98102

99103
Insert data or any amount of data you want to add.
100104

101105
```kotlin
102-
BulkData.insertData(this, 999,"'Rizwan Sayyed', 'sayyedrizwanahmed@gmail.com', 'mumbai India', 'skating'")
106+
BulkData.insertData(this, 999,
107+
"'Rizwan Sayyed', 'sayyedrizwanahmed@gmail.com', 'mumbai India', 'skating'")
103108

104109
/* the first field is of context */
105110
/* the second field is of number of value that you want to insert */
@@ -113,6 +118,7 @@ BulkData.insertData(this, 999,"'Rizwan Sayyed', 'sayyedrizwanahmed@gmail.com', '
113118

114119

115120
<br/>
121+
116122
Get whole data in JSON format
117123
---------
118124

0 commit comments

Comments
 (0)