SQLDisplay: Difference between revisions

From GameBrew
(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
Line 1: Line 1:
{{Infobox DS Homebrews}}
{{Infobox DS Homebrews
{{Infobox DS Homebrews
|title=SQLDisplay
|title=SQLDisplay
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/sqldisplayds3.png
https://dlhb.gamebrew.org/dshomebrew/sqldisplayds4.png


==Known issues==
==Known issues==

Revision as of 12:29, 7 August 2022

SQLDisplay
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: