Page MenuHomeDevCentral

Allow to interact with a MySQL database
ClosedPublic

Authored by dereckson on Feb 6 2022, 00:33.
Tags
None
Referenced Files
F7120956: D2498.id6291.diff
Mon, Apr 21, 01:24
Unknown Object (File)
Sun, Apr 20, 11:52
Unknown Object (File)
Sat, Apr 19, 15:46
Unknown Object (File)
Thu, Apr 17, 18:15
Unknown Object (File)
Thu, Apr 17, 13:56
Unknown Object (File)
Thu, Apr 17, 09:42
Unknown Object (File)
Wed, Apr 16, 11:55
Unknown Object (File)
Thu, Apr 10, 03:16
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.