Page MenuHomeDevCentral

Allow to interact with a MySQL database
ClosedPublic

Authored by dereckson on Feb 6 2022, 00:33.
Tags
None
Referenced Files
F10143833: D2498.diff
Fri, Jun 20, 06:13
F10132700: D2498.diff
Thu, Jun 19, 12:36
Unknown Object (File)
Fri, Jun 13, 18:26
Unknown Object (File)
Fri, Jun 13, 11:30
Unknown Object (File)
Wed, Jun 11, 17:31
Unknown Object (File)
Mon, Jun 9, 20:03
Unknown Object (File)
Mon, Jun 9, 17:27
Unknown Object (File)
Mon, Jun 9, 11:58
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.