Skip to content

Commit

Permalink
Update SQL.js library
Browse files Browse the repository at this point in the history
  • Loading branch information
yuraj11 committed Jan 7, 2024
1 parent a10ac60 commit 66d7e35
Show file tree
Hide file tree
Showing 5 changed files with 117 additions and 155 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@
same "printed page" as the copyright notice for easier
identification within third-party archives.

Copyright {yyyy} {name of copyright owner}
Copyright 2024 Juraj Novák

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
SQLite Viewer
============

*View SQLite file online. Uses [sql.js](https://github.com/kripken/sql.js/) for parsing sqlite files.*
*View SQLite file online. Uses [sql.js](https://github.com/sql-js/sql.js) for parsing sqlite files.*

You can also load remote files (using JS ajax, remote server must send `Access-Control-Allow-Origin:*`):
`http://inloop.github.io/sqlite-viewer/?url=http://example.com/data.sqlite`
Expand Down
2 changes: 1 addition & 1 deletion css/ribbons.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ <h3>SQLite Viewer</h3>

<div class="container">
<footer>
&copy; 2020, Juraj Novák<br>
&copy; 2024, Juraj Novák<br>
<small>| <a href="http://inloop.github.io/">other projects</a> |</small>
</footer>
</div>
Expand All @@ -125,7 +125,7 @@ <h3>SQLite Viewer</h3>

<script src="js/jquery-1.11.3.min.js"></script>
<script src="js/filereader.js"></script>
<script src="js/sql.js"></script>
<script src="js/sql.js?v=190"></script>
<script src="js/select2.min.js"></script>
<script src="js/ace/ace.js"></script>
<script src="js/bootstrap.min.js"></script>
Expand Down
Loading

0 comments on commit 66d7e35

Please sign in to comment.