Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/jakedaspud/cling-db
- Owner: JakeDaSpud
- License: mit
- Created: 2024-08-02T16:27:00.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-08-16T17:40:56.000Z (5 months ago)
- Last Synced: 2024-08-16T22:12:59.027Z (5 months ago)
- Topics: cli, command-line, cpp, crud, database, database-management, db, storage
- Language: C++
- Homepage:
- Size: 147 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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