承接 jozephkabongo/nokysql 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

jozephkabongo/nokysql

最新稳定版本:1.0.0

Composer 安装命令:

composer require jozephkabongo/nokysql

包简介

NokySQL is a lightweight, high-performance SQL Query Builder for PHP that bridges the gap between raw SQL and full ORMs.

README 文档

README

NokySQL is a lightweight, high-performance SQL Query Builder for PHP that bridges the gap between raw SQL and full ORMs.

Designed for developers who want:

  • Fluent, expressive syntax without heavy ORM overhead
  • Multiple database support (MySQL, PostgreSQL, SQLite)
  • Full control over generated queries
  • Enterprise-grade security with automatic prepared statements
  • Zero configuration philosophy

Features:

  • Fluent Query Builder for SELECT/INSERT/UPDATE/DELETE
  • Multi-Database Support: MySQL, PostgreSQL, SQLite
  • 100% PDO-Based with prepared statements
  • Schema Builder for database migrations
  • Parallel Query Execution
  • Transactions with commit/rollback
  • Comprehensive Error Handling
  • Lightweight (< 15KB core)

Perfect for:

  • Quick database prototyping
  • Legacy project integration
  • Educational projects
  • Lightweight CMS backends

Installation

The preferred method is via composer. Follow the installation instructions if you do not already have composer installed. Once composer is installed, execute the following command in your project root to install this library:

```bash
composer require jozephkabongo/nokysql
```

统计信息

  • 总下载量: 4
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 3
  • 点击次数: 0
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 2
  • Watchers: 1
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2025-04-03