cstorage/README.md

1.6 KiB

cstorage.

building.

meson --> build

messon (root dir)

ninja --> construct(link)

ninja (build dir)

Short description of this project.

This is a try to port dStorage python library structure to c++. Also implements new resources like data size verification. cp ~/.cache/gnome-builder/install/cstorage/host/bin/c_storage . ln -s ~/.cache/gnome-builder/install/cstorage/host/bin/c_storage .

other building ways

Makefile. (m4) This apllication shows various education information about c++ programming.

In this study I'm uses a lot of resources provided by OS, also I use some simple programming tecniques. I'm showing, a efficient method to create database structs without need reimplement the basic data structure tasks. This method demonstrate how I can turn automatic usind classes, to improve the abstraction between data storage and data store mecanism. In my sdara class I build a object capable to count and verify data stored, also I can use this abstraction to use a lot of database drivers. I can use an overload functions reource to improve sdata object sql drivers compatibility. At this point I show some commom tasks maded using a diferent mode. Maybe you can say with I'm complicating, but is not true because using this kind of automation, I promote a abstract think. This improves, natural language mode to see the results, of data manipulation, without I change the data. The abstraction of a programmer and the user, turns more secure, also turns the relationship between operators. At my vision if I can help another workers without see the data manipulated by our work...