SQLDisplay: Difference between revisions

From GameBrew
No edit summary
Line 10: Line 10:
|download=https://dlhb.gamebrew.org/dshomebrew/sqldisplayds.7z
|download=https://dlhb.gamebrew.org/dshomebrew/sqldisplayds.7z
|website=https://forum.gbadev.org/viewtopic.php?f=23&t=17112
|website=https://forum.gbadev.org/viewtopic.php?f=23&t=17112
|discussion=https://dragonminded.com/projects/
}}
}}
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 47: Line 49:
[[Category:DS homebrew applications]]
[[Category:DS homebrew applications]]
[[Category:Utility homebrews on DS]]
[[Category:Utility homebrews on DS]]
[[Category:Support the author]]

Revision as of 11:11, 11 February 2023

SQLDisplay
Sqldisplayds2.png
General
AuthorJennifer Taylor (DragonMinded)
TypeUtilities
Version2010
LicenseMixed
Last Updated2010/02/14
Links
Download
Website

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

sqldisplayds3.pngsqldisplayds4.png

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

Advertising: