Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jakedaspud/cling-db

Cling is a CLI CRUD App for making .txt / .csv databases.
https://github.com/jakedaspud/cling-db

cli command-line cpp crud database database-management db storage

Last synced: about 2 months ago
JSON representation

Cling is a CLI CRUD App for making .txt / .csv databases.

Awesome Lists containing this project

README

        

```
⬛⬛⬛⬛⬛⬛⬛⬛⬛⬛⬛⬛⬛⬛⬛⬛⬛⬛⬛⬛⬛⬛⬛⬛⬛⬛⬛⬛⬛⬛⬛⬛⬛⬛⬛⬛⬛⬛⬛
⬛⬛🟪🟪🟪🟪🟪🟩⬛⬛🟪🟩⬛⬛⬛🟪🟪🟪🟩⬛🟪🟩⬛⬛⬛⬛🟪🟩⬛⬛🟪🟪🟪🟪🟪🟩⬛⬛⬛
⬛🟪🟩⬛⬛⬛⬛🟪🟩⬛🟪🟩⬛⬛⬛⬛🟪🟩⬛⬛🟪🟪🟩⬛⬛⬛🟪🟩⬛🟪🟩⬛⬛⬛⬛🟪🟩⬛⬛
⬛🟪🟩⬛⬛⬛⬛⬛⬛⬛🟪🟩⬛⬛⬛⬛🟪🟩⬛⬛🟪🟪🟪🟩⬛⬛🟪🟩⬛🟪🟩⬛⬛⬛⬛⬛⬛⬛⬛
⬛🟪🟩⬛⬛⬛⬛⬛⬛⬛🟪🟩⬛⬛⬛⬛🟪🟩⬛⬛🟪🟩⬛🟪🟩⬛🟪🟩⬛🟪🟩⬛⬛⬛🟪🟪🟪🟩⬛
⬛🟪🟩⬛⬛⬛⬛⬛⬛⬛🟪🟩⬛⬛⬛⬛🟪🟩⬛⬛🟪🟩⬛⬛🟪🟪🟪🟩⬛🟪🟩⬛⬛⬛⬛🟪🟩⬛⬛
⬛🟪🟩⬛⬛⬛⬛🟪🟩⬛🟪🟩⬛⬛⬛⬛🟪🟩⬛⬛🟪🟩⬛⬛⬛🟪🟪🟩⬛🟪🟩⬛⬛⬛⬛🟪🟩⬛⬛
⬛⬛🟪🟪🟪🟪🟪🟩⬛⬛🟪🟪🟪🟩⬛🟪🟪🟪🟩⬛🟪🟩⬛⬛⬛⬛🟪🟩⬛⬛🟪🟪🟪🟪🟪🟩⬛⬛⬛
⬛⬛⬛⬛⬛⬛⬛⬛⬛⬛⬛⬛⬛⬛⬛⬛⬛⬛⬛⬛⬛⬛⬛⬛⬛⬛⬛⬛⬛⬛⬛⬛⬛⬛⬛⬛⬛⬛⬛
```

# Cling
Cling stands for Command Line Interface Node Grouper.\
It's a local Database CLI App that inputs and outputs .txt / .csv files.

## User Files
Your user-generated data is created and stored in the directory ```cling-db/data/```.

## Installation
1. Clone this repo with:
```
git clone https://github.com/JakeDaSpud/cling-db.git
```

2. To compile / build cling, I use [g++ / gcc](https://sourceforge.net/projects/gcc-win64/) on [Windows PowerShell](https://learn.microsoft.com/en-us/powershell/scripting/install/installing-powershell?view=powershell-7.4). Go to the cloned repo's folder in your terminal and run:
```
g++ ./main.cpp ./src/*.cpp -o ./cling.exe
```

3. Run the app and use it!
```
cling.exe
```

## Documentation
Usage\
Commands