Page MenuHomeDevCentral

Allow to interact with a MySQL database
ClosedPublic

Authored by dereckson on Feb 6 2022, 00:33.
Tags
None
Referenced Files
F12367337: D2498.id.diff
Thu, Oct 30, 03:04
Unknown Object (File)
Sat, Oct 25, 17:47
Unknown Object (File)
Fri, Oct 24, 00:33
Unknown Object (File)
Wed, Oct 22, 15:11
Unknown Object (File)
Wed, Oct 22, 02:49
Unknown Object (File)
Tue, Oct 21, 14:14
Unknown Object (File)
Tue, Oct 21, 05:28
Unknown Object (File)
Mon, Oct 20, 16:10
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.