Page MenuHomeDevCentral

Allow to interact with a MySQL database
ClosedPublic

Authored by dereckson on Feb 6 2022, 00:33.
Tags
None
Referenced Files
F3751331: D2498.id6292.diff
Sun, Nov 17, 07:37
F3751321: D2498.id6291.diff
Sun, Nov 17, 07:33
Unknown Object (File)
Mon, Nov 11, 13:57
Unknown Object (File)
Mon, Nov 11, 01:31
Unknown Object (File)
Sun, Nov 10, 05:23
Unknown Object (File)
Fri, Nov 8, 15:47
Unknown Object (File)
Fri, Nov 8, 14:50
Unknown Object (File)
Fri, Nov 8, 07:49
Subscribers
None

Details

Summary

This library provides a simple database abstraction layer
allowing to directly use SQL queries.

Inspired of the phpBB 2 sql_db class, it has evolved
to support MySQLi and PDO drivers.

Can be used as drop-in replacement, with legacy migration paths
for applications like Nasqueron Tools, Zed, Obsidian Workspaces.

Test Plan

Tested on Zed

Diff Detail

Repository
rKDB Keruald Database
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

dereckson created this revision.
This revision is now accepted and ready to land.Feb 6 2022, 00:33
This revision was automatically updated to reflect the committed changes.