File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
# SQLite compiled to javascript
2
- [ ![ Build Status] ( https://travis-ci.org/kripken/sql.js.svg?branch=master )] ( http://travis-ci.org/lovasoa /sql.js )
2
+ [ ![ Build Status] ( https://travis-ci.org/kripken/sql.js.svg?branch=master )] ( http://travis-ci.org/kripken /sql.js )
3
3
4
4
For the impatients, try the demo here: http://kripken.github.io/sql.js/GUI/
5
5
@@ -123,7 +123,7 @@ var buffer = new Buffer(data);
123
123
fs .writeFileSync (" filename.sqlite" , buffer);
124
124
```
125
125
126
- See : https://github.com/lovasoa /sql.js/blob/master/test/test_node_file.js
126
+ See : https://github.com/kripken /sql.js/blob/master/test/test_node_file.js
127
127
128
128
### Use as web worker
129
129
If you don't want to run CPU-intensive SQL queries in your main application thread,
@@ -156,10 +156,10 @@ worker.postMessage({
156
156
</script >
157
157
```
158
158
159
- See : https://github.com/lovasoa /sql.js/blob/master/test/test_worker.js
159
+ See : https://github.com/kripken /sql.js/blob/master/test/test_worker.js
160
160
161
161
## Documentation
162
- The API is fully documented here : http://lovasoa .github.io/sql.js/documentation/
162
+ The API is fully documented here : http://kripken .github.io/sql.js/documentation/
163
163
164
164
## Downloads
165
165
- You can download ` sql.js ` here : https://raw.githubusercontent.com/kripken/sql.js/master/js/sql.js
@@ -179,5 +179,5 @@ The API is fully documented here : http://lovasoa.github.io/sql.js/documentation
179
179
180
180
## Related
181
181
182
- * [ In-Browser/Client-Side Demo] ( http://lovasoa .github.io/sql.js/GUI/ )
182
+ * [ In-Browser/Client-Side Demo] ( http://kripken .github.io/sql.js/GUI/ )
183
183
You can’t perform that action at this time.
0 commit comments