Changes between Version 8 and Version 9 of Prototype


Ignore:
Timestamp:
09/24/26 17:10:17 (3 days ago)
Author:
231285
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Prototype

    v8 v9  
    2020
    2121!EduBerza's P4 prototype is a Go command-line program. It works against the `project` schema in
    22 PostgreSQL. It implements all seven use cases from [wiki:UseCaseModel]; the course asks for at
     22PostgreSQL. It implements all seven use cases from UseCaseModel; the course asks for at
    2323least three. Every database access is real SQL that was executed and tested. A second program,
    2424the market bot, simulates a live market so prices move while the prototype runs.