Giter Site home page Giter Site logo

simple-database's Introduction

Simple Database Project

This project is a simple database system implemented in C. It provides basic functionalities to manage rows and tables efficiently. The system allows operations like insertion, deletion, and querying of data structured in rows within tables.

Features

  • Row Management: Supports operations on individual data entries (rows).
  • Table Management: Organize rows in a pageable table format.
  • Dynamic Row and Table Size Calculation: Automatically calculates sizes based on row structures.
  • Data Serialization and Deserialization: For storing and retrieving structured data.
  • Memory Management: Includes functions for dynamic memory allocation and deallocation for tables.
  • Supported Operations: Currently, the system only supports insert and select operations.

Installation

Clone the repository to your local machine:

git clone https://github.com/yourusername/simple-database.git
cd simple-database

Usage

To compile the project, run the following command from the root of the project directory:

gcc -o db_program db.c command_processor.c input_management.c row_serialization.c statement_executor.c statement_preparer.c table.c -I.

This will create an executable named db_program which you can run to interact with the database.

simple-database's People

Contributors

mrbouzaffour avatar

Watchers

 avatar

simple-database's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.