HMGSCRIPT 0.34

HMG announcements; Latest HMG-related news, releases, fixes and updates.

Moderator: Rathinagiri

User avatar
Rathinagiri
Posts: 5481
Joined: Tue Jul 29, 2008 6:30 pm
DBs Used: MariaDB, SQLite, SQLCipher and MySQL
Location: Sivakasi, India
Contact:

Re: HMGSCRIPT 0.34

Post by Rathinagiri »

I have completed PHP-SQLite3 support. The code is in contrib.js. Extract the zip file in hmgscript directory.
Attachments
hmgscript_sqlite.zip
(7.23 KiB) Downloaded 203 times
East or West HMG is the Best.
South or North HMG is worth.
...the possibilities are endless.
User avatar
Roberto Lopez
HMG Founder
Posts: 4023
Joined: Wed Jul 30, 2008 6:43 pm

Re: HMGSCRIPT 0.34

Post by Roberto Lopez »

rathinagiri wrote:I have completed PHP-SQLite3 support. The code is in contrib.js. Extract the zip file in hmgscript directory.
Very interesting.

In the long term, we should switch to PDO (PHP data objects) then, we will have only one set of PHP database functions, changing the database driver as required. This is the reason because I've named the functions Sql*() and not MySql*().
Regards/Saludos,

Roberto


(Veritas Filia Temporis)
User avatar
Rathinagiri
Posts: 5481
Joined: Tue Jul 29, 2008 6:30 pm
DBs Used: MariaDB, SQLite, SQLCipher and MySQL
Location: Sivakasi, India
Contact:

Re: HMGSCRIPT 0.34

Post by Rathinagiri »

Yes. I too have thought that Roberto. But just after finishing this sqlite support. :)

PDO is definitely the best choice.
East or West HMG is the Best.
South or North HMG is worth.
...the possibilities are endless.
User avatar
Roberto Lopez
HMG Founder
Posts: 4023
Joined: Wed Jul 30, 2008 6:43 pm

Re: HMGSCRIPT 0.34

Post by Roberto Lopez »

rathinagiri wrote:I have completed PHP-SQLite3 support. The code is in contrib.js. Extract the zip file in hmgscript directory.
I've tried to test to include in 0.36 release, but I've was not able to make it work, since it require a class not present in the package.

Could be you be so kind to add all the required files?

TIA.
Regards/Saludos,

Roberto


(Veritas Filia Temporis)
User avatar
Rathinagiri
Posts: 5481
Joined: Tue Jul 29, 2008 6:30 pm
DBs Used: MariaDB, SQLite, SQLCipher and MySQL
Location: Sivakasi, India
Contact:

Re: HMGSCRIPT 0.34

Post by Rathinagiri »

Please leave it Roberto. I am working on a common PDO way of doing the same. That will be common for many types of SQL servers.
East or West HMG is the Best.
South or North HMG is worth.
...the possibilities are endless.
User avatar
Roberto Lopez
HMG Founder
Posts: 4023
Joined: Wed Jul 30, 2008 6:43 pm

Re: HMGSCRIPT 0.34

Post by Roberto Lopez »

rathinagiri wrote:Please leave it Roberto. I am working on a common PDO way of doing the same. That will be common for many types of SQL servers.
Great!
Regards/Saludos,

Roberto


(Veritas Filia Temporis)
Post Reply