Skip to content

Latest commit

 

History

14 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CSV Database Manager

A lightweight, terminal-based tool written in C for managing and analyzing CSV files. It supports statistical calculations, editing (adding/deleting rows, adding columns), and offers both a console command mode and an interactive UI menu.

Build & Installation

Prerequisites: gcc and make.

  1. Compile the project:

    make

    This generates the databaze executable.

  2. Clean build files (optional):

    make clean

Usage

The program requires an input CSV file and an output path for saving results.

Basic Syntax

./databaze --input <source.csv> --output <destination.csv>

About

Experimental C project for practicing modular design and memory management, focused on building a simple CSV database with loading, saving, and basic table operations.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages