Construção de biblioteca C++ abstração SQLite
Go to file
Leonardo de A. Lima 8c41b3111d corrected some comments... 2024-02-16 15:01:36 -03:00
ok_files started! 2024-02-16 11:07:31 -03:00
COPYING started! 2024-02-16 11:07:31 -03:00
LICENSE started! 2024-02-16 11:07:31 -03:00
Makefile started! 2024-02-16 11:07:31 -03:00
README started! 2024-02-16 11:07:31 -03:00
README.md started! 2024-02-16 11:07:31 -03:00
c_storage corrected some comments... 2024-02-16 15:01:36 -03:00
cstorage-debug.py started! 2024-02-16 11:07:31 -03:00
cstorage-debug.py~ started! 2024-02-16 11:07:31 -03:00
main.cpp corrected some comments... 2024-02-16 15:01:36 -03:00
main.cpp~ started! 2024-02-16 11:07:31 -03:00
main.o started! 2024-02-16 11:07:31 -03:00
n_storage corrected some comments... 2024-02-16 15:01:36 -03:00
new.main.cpp started! 2024-02-16 11:07:31 -03:00
new.main.cpp~ started! 2024-02-16 11:07:31 -03:00
old_src.tar started! 2024-02-16 11:07:31 -03:00
sdata.cpp started! 2024-02-16 11:07:31 -03:00
sdata.cpp.orig started! 2024-02-16 11:07:31 -03:00
sdata.cpp~ started! 2024-02-16 11:07:31 -03:00
sdata.h started! 2024-02-16 11:07:31 -03:00
sdata.new.cpp started! 2024-02-16 11:07:31 -03:00
sdata.o started! 2024-02-16 11:07:31 -03:00

README.md

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...