greenlion/php-sql-parser dependents (71) Order by: name | downloads Show: all | require | require-dev

  • PHP

    apility/elasticsearch-sql-parser

    Library for parsing SQL into the Elasticsearch DSL

  • PHP

    apollo29/csvdb

    A PHP Class that reads CSV file as a database.

  • PHP

    apollo29/csvdbadmin

    Admin tool for CSVDB.

  • PHP

    awaydian/json-sql

    query .json files with sql (PHP)

  • PHP

    bbn/bbn

    PHP opinionated framework

  • PHP

    bbnh/bbnh

    PHP opinionated framework

  • PHP

    big-shark/sql-to-builder

    SQL to query builder

  • PHP

    biiiiiigmonster/laravel-remote

    Laravel framework eloquent driver

  • PHP

    btoweb/doctrine-rest-driver

    Use a REST API as if it was your local database. Fork of circle/doctrine-rest-driver

  • PHP

    cadfael/cadfael

    Tool for performing static analysis on databases.

  • PHP

    circle/doctrine-rest-driver

    Use a REST API as if it was your local database

  • PHP

    coco-project/sql-cache

    Based on the lexical analysis of "update," "select," "insert," and "delete" SQL statements, an automatic caching strategy is implemented. The strategy involves caching the data when executing a select operation and associating the table name contained in the SQL statement with the corresponding cached records. When executing update, insert, or delete operations, the table name from the SQL statement is extracted, and any cached records containing this table name from previous select operations are deleted. This strategy enables seamless caching without delay and eliminates the need to worry about data synchronization issues. It is particularly effective for tables with infrequent data modifications. For tables with frequent modifications, they can be ignored by configuring the strategy accordingly.

  • PHP

    codememory/sql-data

    sql parser

  • PHP

    danielalmeida1481/codeigniter3-datatables

    DataTables server-side for CodeIgniter