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 11# 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 )
33
44For the impatients, try the demo here: http://kripken.github.io/sql.js/GUI/
55
@@ -123,7 +123,7 @@ var buffer = new Buffer(data);
123123fs .writeFileSync (" filename.sqlite" , buffer);
124124```
125125
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
127127
128128### Use as web worker
129129If you don't want to run CPU-intensive SQL queries in your main application thread,
@@ -156,10 +156,10 @@ worker.postMessage({
156156 </script >
157157```
158158
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
160160
161161## 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/
163163
164164## Downloads
165165 - 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
179179
180180## Related
181181
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/ )
183183
You can’t perform that action at this time.
0 commit comments