mimicDatabase

command
v0.0.0-...-81af03d Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 19, 2021 License: MIT Imports: 6 Imported by: 0

README

The purpose of the mimicDatabase example application is to illustrate the look and feel of the database application without using a database. For information as to how the database application behaves, please see the README.md file in the database folder.

The mimicDatabase application uses the data from the countries.txt file, which is located in this directory (the mimicDatabase directory). This file was created by executing a "The SELECT ... INTO OUTFILE" statement on the nation database. Whereas the database application get its data from the database, the mimicDatabase application get its data from the countries.txt file. Like the database application, the mimicDatabase application only uses the "name", "area", and "national_day" data from the countries table.

In the mimicDatabase application, the password input box is automatically filled with the text "password". If you change it and then click on the "Connect to database" button, the application will close and log a error message to the terminal.

The mimicDatabase application performs case-sensitive searches; whereas, the database application uses case-insensitive searches.

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL