Softpedia
 


SCRIPTS CATEGORIES:



NEWS ARCHIVE >>
SOFTPEDIA REVIEWS >>
MEET THE EDITORS >>
WEEK'S BEST
  • Koken 0.8.2
  • ContentBox 1.5.2
  • jQPlayer 0.5.2
  • SPOILER ALERT! 0.0.2
  • jQuery Mask Plugin 0.9.0
  • Easing Slider 2.1.2
  • Btapp.js 0.2.0
  • WiiFlash 0.4.5
  • Breeze.js 1.3.3
  • TinyMCE Templates 3.0.2
  • Home > Scripts > Database Tools

    Flat-file SQL 1.3.1

    download button


    Downloads: 1,523  Tell us about an update
    User Rating:
    Rated by:
    Fair (2.4/5)
    21 user(s)
    Developer:

    Website:

    License / Price:

    Platforms:

    Databases:

    Language:

    Last Updated:

    Category:
    Kaja Fumei | More scripts
    fsql.sourceforge.net
    GPL - GNU Public License 

    Windows / Linux / Mac OS / BSD / Solaris
    Flat file
    PHP
    January 15th, 2009, 13:06 GMT [view history]
    C: \ Database Tools

     Read user reviews (0)  Refer to a friend  Subscribe

    Flat-file SQL description

    This script provides a way to use SQL queries without having a database engine, like MySQL, installed.

    It uses regular files, that can be placed anywhere, for storing data.

    Installation


    Include it in your script with require_once("fSQL.php");
    Create a new fSQLEnvironment class with $fsql = new fSQLEnvironment;

    Here are some key features of "Flat-file SQL":

    · Allows you to take advantage of SQL queries to easily manipulate and extract data without having to do it manually using the native file API.
    · Has a fully object-oriented API in which the methods are similiar to the mySQL API to avoid a lot of changes. This allows a program designed for mySQL to easily be ported to a flat-file system without any drastic changes.
    · Supports all the essential SQL commands and mimics mySQL syntax and features as fully as possible.
    · Offers some new and rare query commands such as SEARCH and MERGE to simplify other normally long tasks.

    What's New in This Release: [ read full changelog ]

    Improvements:
    · The "AS" keyword is now optional when specifying alias in the SELECT expressions.
    · Specifying an alias for a function call in a SELECT expression is now optional. If one is not specified, the column name will be the entire function call as a string.

    Bug fixes:
    · Fixed areas of query parsing to be more lenient on the amount of whitespace (specifically CREATE TABLLE and SELECT).
    · Fixed bug that caused calls to the supported "aggregate" or "grouping' functions (count, max, min, sum) to fail.
    · Fixed parsing bug in the SELECT expression list.



    TAGS:

    flat-file database | SQL query | database class | SQL | query | executing

    Go to top

    WindowsGamesDriversMacLinuxScriptsMobileHandheldNews

    SUBMIT PROGRAM   |   ADVERTISE   |   GET HELP   |   SEND US FEEDBACK   |   RSS FEEDS   |   UPDATE YOUR SOFTWARE   |   ROMANIAN FORUM