[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Future new database components
[Thread Prev] | [Thread Next]
- Subject: Future new database components
- From: Benoît Minisini <benoit.minisini@xxxxxxxxxxxxxxxx>
- Date: Sat, 22 Jun 2024 18:36:14 +0200
- To: Gambas Mailing List <user@xxxxxxxxxxxxxxxxxxxxxx>
Hi, I have just started rewriting the database components differently.At the moment, I use 'gb.db2' as prefix for these new components. When the job will be finished, the 'gb.db' component and all 'gb.db.*' drivers will be removed and the new ones will be renamed as 'gb.db*'.
So the new components must obviously be fully backward compatible! Why doing that? To be able to write a database driver in Gambas.The current database drivers, when rewritten, will then have a part written in Gambas, and a part written in C/C++ that should be minimal.
The result may be slower in some cases, and faster in others. We will see. Enjoy! -- Benoît Minisini.
Re: Future new database components | d4t4full@xxxxxxxxx |
Re: Future new database components | System64 Development <64xcode@xxxxxxxxx> |