[PtBr]
Bom gente percebi ao longo do tempo que o KiXtart não tem sua plataforma de DB, a menos que use o db acess que é um ótima pedida porém não é nada portável, pelo menos já tive que instalar o pacote para poder usa-lo, e o .ini, não é tão bom também!
O .ini para coisas muito simples deve ser legal, mas nãoa chei tão interessante para algumas coisas.

Enfim...

Eu desenvolvi uma API de DB, na verdade de tables, porque não seria viável um arquivo que mantesse várias tabelas dentro de si. Falo isso no sentido de que performace, então concluindo criei uma API que manipula tabelas, você pode ter várias tabelas carregadas na memória e pode descarta-las quando quiser, a API é rapida suficiente para aplicações portáveis, mas tenho certeza que dá para melhorar a performace e por algum motivo que não sei qual mas o KiXtart v4.53 consegue se sair melhor que o KiXtart v4.67 em questão de performace claro.

o código ainda não está aberto! Mas vou deixa-lo futuramente quando tiver pronto, falta terminar os códigos de erro, porque já criar uma ferramenta com GUI para manipular o Table.

[ENG]
Good people have realized over time that KiXtart does not have its DB platform, unless you use the db access that is a good request but it is not anything portable, at least I already had to install the package to be able to use it, and the .ini, not so good either!
The .ini for very simple things should be cool, but it does not taste so interesting to some things.

Anyway ...

I developed a DB API, actually tables, because it would not be feasible a file that kept multiple tables within itself. I speak this in the sense that it performs, so concluding I created an API that manipulates tables, you can have multiple tables loaded in memory and can discard them whenever you want, the API is fast enough for portable applications, but I'm sure you can improve the performace and for some reason I do not know which but KiXtart v4.53 can do better than KiXtart v4.67 in a matter of clear performace.

the code is not open yet! But I will leave it in the future when I have ready, I need to finish the error codes, because I already create a GUI tool to manipulate the Table.


Attachments
KiXdb.zip (621 downloads)
Description: File to download