More actions
(Created page with "{{Infobox DS Homebrews}} {{Infobox DS Homebrews |title=SQLDisplay |image= |description=A simple visual database query program. |author=Jennifer Taylor (DragonMinded) |las...") |
No edit summary |
||
(11 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{{Infobox DS Homebrews | {{Infobox DS Homebrews | ||
|title=SQLDisplay | |title=SQLDisplay | ||
|image= | |image=Sqldisplayds2.png | ||
|description=A simple visual database query program. | |description=A simple visual database query program. | ||
|author=Jennifer Taylor (DragonMinded) | |author=Jennifer Taylor (DragonMinded) | ||
Line 9: | Line 8: | ||
|version=2010 | |version=2010 | ||
|license=Mixed | |license=Mixed | ||
|download=https://dlhb.gamebrew.org/ | |download=https://dlhb.gamebrew.org/dshomebrew2/sqldisplay.zip | ||
|website=https://forum.gbadev.org/viewtopic.php?f=23&t=17112 | |website=https://forum.gbadev.org/viewtopic.php?f=23&t=17112 | ||
| | |donation=https://dragonminded.com/ | ||
}} | }} | ||
SQLDisplay is a program that can load SQL dumps and display them on the DS. Included is the ability to load multiple tables and filter down based on the text of one or more columns. Since everything visual is gathered from the database it should be compatible with just about any SQL dump you throw at it. | SQLDisplay is a program that can load SQL dumps and display them on the DS. Included is the ability to load multiple tables and filter down based on the text of one or more columns. Since everything visual is gathered from the database it should be compatible with just about any SQL dump you throw at it. | ||
Line 18: | Line 17: | ||
* Supports CREATE, INSERT instructions. | * Supports CREATE, INSERT instructions. | ||
* As many entries or strings until memory runs out. | * As many entries or strings until memory runs out. | ||
* SQL style character escapes ('' not \'). | * SQL style character escapes <nowiki>('' not \')</nowiki>. | ||
==Installation== | ==Installation== | ||
Line 34: | Line 33: | ||
==Screenshots== | ==Screenshots== | ||
https://dlhb.gamebrew.org/dshomebrew/sqldisplayds3.png | https://dlhb.gamebrew.org/dshomebrew/sqldisplayds3.png | ||
https://dlhb.gamebrew.org/dshomebrew/ | https://dlhb.gamebrew.org/dshomebrew/sqldisplayds4.png | ||
==Known issues== | ==Known issues== | ||
Line 47: | Line 46: | ||
* GBADEV - https://forum.gbadev.org/viewtopic.php?f=23&t=17112 | * GBADEV - https://forum.gbadev.org/viewtopic.php?f=23&t=17112 | ||
[[Category: | |||
[[Category:Support the author]] |
Latest revision as of 06:11, 21 August 2024
SQLDisplay | |
---|---|
General | |
Author | Jennifer Taylor (DragonMinded) |
Type | Utilities |
Version | 2010 |
License | Mixed |
Last Updated | 2010/02/14 |
Links | |
Download | |
Website | |
Support Author | |
SQLDisplay is a program that can load SQL dumps and display them on the DS. Included is the ability to load multiple tables and filter down based on the text of one or more columns. Since everything visual is gathered from the database it should be compatible with just about any SQL dump you throw at it.
Features
- Supports CREATE, INSERT instructions.
- As many entries or strings until memory runs out.
- SQL style character escapes ('' not \').
Installation
To use this, DLDI patch with your particular card driver.
Create a directory named database at the root (can be hidden if you want).
Every file inside /database/ will be loaded and treated as a SQL table dump.
Controls
L/R - Page up/down
Stylus - Select option
Screenshots
Known issues
- No scrolling for more than 9 tables in a database.
- Only handles "text" (should handle integers but it was never tested).
- Hacky UI.
- No support for multiple databases.
- "Contains" option is not implemented.
External links
- Author's website - https://dragonminded.com
- GBADEV - https://forum.gbadev.org/viewtopic.php?f=23&t=17112