veasin/nx-sql

There is no license information available for the latest version (0.0.3) of this package.

sql builder for nx

Maintainers

Package info

github.com/veasin/nx-sql

Homepage

Type:framework

pkg:composer/veasin/nx-sql

Statistics

Installs: 10

Dependents: 1

Suggesters: 0

Stars: 0

Open Issues: 0

0.0.3 2026-04-01 09:09 UTC

This package is auto-updated.

Last update: 2026-04-01 09:10:32 UTC


README

sql builder for nx split from nx-db-pdo

composer require veasin/nx-sql

echo sql::table('user')->select();//SELECT * FROM `user`