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/lovasoa /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/lovasoa/sql.js )
33
44For the impatients, try the demo here: http://kripken.github.io/sql.js/GUI/
55
@@ -53,7 +53,7 @@ var binaryArray = db.export();
5353```
5454
5555## Demo
56- There is an online demo available here : http://lovasoa .github.io/sql.js/GUI
56+ There is an online demo available here : http://kripken .github.io/sql.js/GUI
5757
5858## Exemples
5959The test files provide up to date example of the use of the api.
@@ -96,7 +96,7 @@ dbFileElm.onchange = function() {
9696 r .readAsArrayBuffer (f);
9797}
9898```
99- See : http://lovasoa .github.io/sql.js/GUI/gui.js
99+ See : http://kripken .github.io/sql.js/GUI/gui.js
100100
101101### Use from node.js
102102
@@ -162,8 +162,8 @@ See : https://github.com/lovasoa/sql.js/blob/master/test/test_worker.js
162162The API is fully documented here : http://lovasoa.github.io/sql.js/documentation/
163163
164164## Downloads
165- - You can download ` sql.js ` here : http ://lovasoa.github.io/ sql.js/js/sql.js
166- - And the Web Worker version: http ://lovasoa.github.io/ sql.js/js/worker.sql.js
165+ - You can download ` sql.js ` here : https ://raw.githubusercontent.com/kripken/ sql.js/master /js/sql.js
166+ - And the Web Worker version: https ://raw.githubusercontent.com/kripken/ sql.js/master /js/worker.sql.js
167167
168168## Differences from the original sql.js
169169 * Support for BLOBs
You can’t perform that action at this time.
0 commit comments