Skip to content
Bob Magic II edited this page Feb 19, 2022 · 6 revisions

Nether\Database is a PHP 8.0+ library for connecting to and running queries against database servers. It has the ability to be as basic as needed, where you straight up write queries and send them. It also includes an SQL generator called Verse to help abstract from writing SQL by hand inline.

Check out the Documentation sidebar for more info.