Skip to content

pipephp/sql

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🔥 Pipe DB SQL is Simple

Simple, purephp blazinglyfast Database helper(?)

Latest Stable Version Total Downloads License


Installation

composer require pipe/sql

Usage

Instantiate the class directly, or find a way to Singletonize it in your project.

$db = (new Pipe\SQL())->connect($host, $user, $pass, $name);
$db->raw("SELECT * FROM users")->all();

Philosophy

  1. Small is Beautiful.
    • Do one thing,
    • Do one thing well.
  2. Get the PoC out ASAP.
    • Consider your code dead two weeks after inception.
  3. n'joy!

sounds familiar? It should!

About

🔥 Fast pure php database pdo engine

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages