mirror of
https://github.com/lana-k/sqliteviz.git
synced 2025-12-06 18:18:53 +08:00
update home page, fix links #100
This commit is contained in:
6
Home.md
6
Home.md
@@ -8,11 +8,13 @@ Welcome to the sqliteviz wiki!
|
|||||||
5. [Export current database][4]
|
5. [Export current database][4]
|
||||||
6. [Pivot table][3]
|
6. [Pivot table][3]
|
||||||
7. [Predefined inquiries][5]
|
7. [Predefined inquiries][5]
|
||||||
8. [Diagnostic information][6]
|
8. [Sharing][11]
|
||||||
|
9. [Diagnostic information][6]
|
||||||
|
|
||||||
## Examples and tutorials
|
## Examples and tutorials
|
||||||
1. [How to rename tables and columns after CSV import][8]
|
1. [How to rename tables and columns after CSV import][8]
|
||||||
2. [How to build a pivot table in SQL(ite)][10]
|
2. [How to build a pivot table in SQL(ite)][10]
|
||||||
|
3. [How to rename tables and columns after CSV import][12]
|
||||||
|
|
||||||
# For developers
|
# For developers
|
||||||
1. [Integrate predefined inquiries][7]
|
1. [Integrate predefined inquiries][7]
|
||||||
@@ -28,3 +30,5 @@ Welcome to the sqliteviz wiki!
|
|||||||
[8]: How-to-rename-tables-and-columns-after-CSV-import
|
[8]: How-to-rename-tables-and-columns-after-CSV-import
|
||||||
[9]: Multiple-CSV-file-import
|
[9]: Multiple-CSV-file-import
|
||||||
[10]: How-to-build-a-pivot-table-in-SQLite
|
[10]: How-to-build-a-pivot-table-in-SQLite
|
||||||
|
[11]: Sharing
|
||||||
|
[12]: How-to-rename-tables-and-columns-after-csv-import
|
||||||
|
|||||||
@@ -50,5 +50,5 @@ though there are a couple of challenges with that:
|
|||||||
[How to build a pivot table in SQL(ite)][1] explores two options with static
|
[How to build a pivot table in SQL(ite)][1] explores two options with static
|
||||||
(or beforehand-known) and dynamic columns.
|
(or beforehand-known) and dynamic columns.
|
||||||
|
|
||||||
[1]: How-to-build-a-pivot-table-in-SQ-Lite
|
[1]: ../How-to-build-a-pivot-table-in-SQ-Lite
|
||||||
|
|
||||||
|
|||||||
@@ -22,4 +22,4 @@ Use the following form to generate a share link:
|
|||||||
|
|
||||||
[1]: https://gist.github.com/
|
[1]: https://gist.github.com/
|
||||||
[2]: https://cors-test.codehappy.dev/?origin=https%3A%2F%2Fsqliteviz.com%2F&method=get
|
[2]: https://cors-test.codehappy.dev/?origin=https%3A%2F%2Fsqliteviz.com%2F&method=get
|
||||||
[3]: Manage-inquiries
|
[3]: ../Manage-inquiries
|
||||||
Reference in New Issue
Block a user