2017 © Pedro Peláez
 

library pipsqueek-sqlite

Extension of the Medoo SQLite extension with specific logic

image

richard4339/pipsqueek-sqlite

Extension of the Medoo SQLite extension with specific logic

  • Sunday, July 16, 2017
  • by richard4339
  • Repository
  • 1 Watchers
  • 0 Stars
  • 10 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 10 Versions
  • 0 % Grown

The README.md

Pipsqueek SQLite

Latest Stable Version Total Downloads Latest Unstable Version License composer.lock Build Status, (*1)

SQLite addon for Medoo with constructor, meant for the PipSqueek Bot but usable anywhere, (*2)

Install via composer

$ composer require richard4339/pipsqueek-sqlite

Usage

use Pipsqueek\DB\SQLite\DB;

require 'vendor/autoload.php';

// Initialize
$db = new DB([
    'database_type' => 'sqlite',
    'database_file' => DBPATH
]);

$where["chatid"] = 12345;

$results = $db->getRandom(SOMETABLE, ["column1", "column2"], $where);

See more specifics on Medoo itself on their Readme or their website, (*3)

The Versions

16/07 2017

dev-master

9999999-dev

Extension of the Medoo SQLite extension with specific logic

  Sources   Download

MIT

The Requires

 

The Development Requires

16/07 2017

1.1.3

1.1.3.0

Extension of the Medoo SQLite extension with specific logic

  Sources   Download

MIT

The Requires

 

The Development Requires

16/07 2017

1.1.2

1.1.2.0

Extension of the Medoo SQLite extension with specific logic

  Sources   Download

MIT

The Requires

 

The Development Requires

15/07 2017

1.1.1

1.1.1.0

Extension of the Medoo SQLite extension with specific logic

  Sources   Download

MIT

The Requires

 

The Development Requires

15/07 2017

1.1.0

1.1.0.0

Extension of the Medoo SQLite extension with specific logic

  Sources   Download

MIT

The Requires

 

The Development Requires

15/07 2017

1.0.3

1.0.3.0

Extension of the Medoo SQLite extension with specific logic

  Sources   Download

MIT

The Requires

 

The Development Requires

21/01 2017

1.0.2

1.0.2.0

Extension of the Medoo SQLite extension with specific logic

  Sources   Download

MIT

The Requires

 

The Development Requires

21/01 2017

1.0.1

1.0.1.0

Extension of the Medoo SQLite extension with specific logic

  Sources   Download

MIT

The Requires

 

The Development Requires

21/01 2017

1.0.0

1.0.0.0

Extension of the Medoo SQLite extension with specific logic

  Sources   Download

MIT

The Requires

 

The Development Requires

21/01 2017

0.1

0.1.0.0

Extension of the Medoo SQLite extension with specific logic

  Sources   Download

MIT

The Requires

 

The Development Requires