1
I Use This!
Activity Not Available

News

Analyzed 12 months ago. based on code collected 12 months ago.
Posted over 12 years ago by Steven Buberl
I began the development of fSQL a few days ago. Its parses queries just like MySQL does. All SQL queries will not work due to modification of features and removal of features that aren't necessary on a flat-file system. So far, the CREATE, INSERT ... [More] , and some SELECT queries are supported. These functions are not done but they have enough for most of your needs. I will add a release after I add support for a few more queries like UPDATE and DELETE. [Less]
Posted over 12 years ago by Steven Buberl
This site hasn't been updated recently, but I updated it today with PHP fSQL version 1.0. This version is a beta but stable. All required SQL queries are now supported. There is a Perl version which is not as stable, and will released at a later time.
Posted almost 15 years ago by [email protected] (Steven Buberl)
It's been a while since I've done one of these. Plus there's something important for people using the SVN beta to know so their old code keeps working.The next release of fSQL is progressing nicely. Just turned out to be a much larger update than I had originally planned. A lot of the original 2.0 stuff is finding its way into the Beta.
Posted almost 15 years ago by [email protected] (Steven Buberl)
First, welcome to Yavuz and Will as two new developers on the team who will be helping me get PHP fSQL v1.4 out soon and then finally build a Perl version.Second, the fSQL home page has been moved to: http://www.fsql.org
Posted over 15 years ago by [email protected] (Steven Buberl)
While fSQL v1.4 still lives in SVN and is unready for a stable release, there's lot of new features going in. And I just coming up with more to fit in, which keeps pushing back the schedule. The latest is a very big rearchitecture that affects everything. But you still probably wouldn't notice unless I pointed it out.
Posted over 15 years ago by [email protected] (Steven Buberl)
For the last few weeks, I've been using SVN here to version control my code regularly. In the SVN's php/fSQLv1.x/branch folder, there is an early beta of fSQL v1.4.0.Its still in development so there are more features on the way and bugs to fix, but the major new features v1.4.0 will offer:
Posted about 16 years ago by [email protected] (Steven Buberl)
Flat-file SQL (fSQL) is a set of classes available in PHP and Perl that allows users without SQL database servers to select and manipulate flat-file data using SQL queries. fSQL is designed to support as many SQL queries and features as it can.
Posted about 16 years ago by [email protected] (Steven Buberl)
Flat-file SQL(fSQL) is a set of classes available in PHP that allows users without SQL database servers (like mySQL) to store and select their data using SQL queries. fSQL is designed to support as many SQL queries and features (primarily based on mySQL) as it can.
Posted over 18 years ago by [email protected] (Steven Buberl)
After a very long time, fSQL has been officially updated. This includes the v1.1 patches (known as v1.1.2) provided by noenflux as well many other bug fixes and removal/fix of all code what causes warnings (on all levels) on PHP. The new version ... [More] also upgrades the table structure, allowing faster and easier use. But please note that this means that data tables from previous releases are no compatible with the new version. Please keep that in mind before upgrading. The API has been upgraded to have a better object-oriented design that allows easier upgrades in the future. In addition, the new version adds support for new SQL features and queries. For the official list of changes, view the change log associated with the release or the CHANGES file included in the release. [Less]
Posted over 21 years ago by [email protected] (Steven Buberl)
This site hasn't been updated recently, but I updated it today with PHP fSQL version 1.0. This version is a beta but stable. All required SQL queries are now supported.There is a Perl version which is not as stable, and will released at a later time.