Skip to content

Trabajo Práctico 2 - 75.59 Técnicas de Programación Concurrente I (FIUBA)

License

Notifications You must be signed in to change notification settings

aibarbetta/database

Repository files navigation

DataBase Build Status

Trabajo Práctico 2 - 75.59 Técnicas de Programación Concurrente I (FIUBA)

Build

To build the project you can use the script

$ ./build.sh

This will create a build directory with the server and client executables.

Command line arguments

Server

  • DB file
    Database persistence file.

Client

The client takes no arguments

Execution examples

Server

$ ./build/server build/db.txt

Client

$ ./build/client

Usage

Make a query (insert <name,address,phone>, select <name,address,phone>) or just exit.
> insert Sherlock Holmes,Baker Street 221B,58859989
Success
> select sherlock holmes,,
1 results.
Sherlock Holmes,Baker Street 221B,58859989
>
> exit

License

GNU General Public License v3.0

About

Trabajo Práctico 2 - 75.59 Técnicas de Programación Concurrente I (FIUBA)

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published