|
Flat-file database management
I use three class vars and
This is like Table Indexing
TurboDbAdmin is a single-page
system written in PHP, using
five methods to connect,
compared to MySQL's column
AJAX solution for exploring
MySQL syntax.
query, insert and update a
indexing. Complete
and editing databases from a
MySql database. This cleans
Documentation included
browser. Edit data just like
up your source code and
you would in a desktop
decreases script development
application, without submit
time. The focus was on
buttons or page refreshes.
displaying MySql data so I
This release supports:
could take advantage of
navigating to and browsing
Dynamic webpages. This class
table data, viewing table
has scripts written to work
schema, and editing table
with it too. The only thing
data. TurboDbAdmin requires
lacking is a complex input
PHP 4 or higher and MySQL 3
validation. I used strip
or higher.
tags and special chars for
basic protection. I included
directions on how to add and
use your own validation
method.
Date: Dec, 13 2005 Date: Dec, 01 2005 Date: Nov, 12 2005 Date: Nov, 11 2005 |
|
vpSQL is a small set of
This is a generic php
This is a simple script that
noSQL is a small set (7kb) of
functions (under 13k) that
interface for mysql and it's
will create a mysqldump of
SQL-like PHP functions to
interacts with a flat file
intended for educational
your database and upload it
manage a database in an
database through a subset of
purpose:).
I've done this
to a ftp server.
This
SQL-like way without a
sql instructions.
vpSQL
script just for learning,
can be configured to
SQL-server. Everything is
accepts the the following
reading some tutorials found
determine which database (or
stored in flat
sql statements:
SELECT
on the net.
The script uses
all) you want to backup,
.csv-formatted files, so
fields FROM
php classes and objects to
where you stock it locally
putting data into noSQL or
table[WHERE][ORDER
comunicate with the mysql db.
and where you upload it.
getting data from noSQL
BY][lLIMIT]
INSERT
inside a spreadsheet program
fields,data INTO
works immediately. If you
table
UPDATE table
are too lazy to setup an
fields/data WHERE
DELETE
SQL-server, or you simply
from table WHERE Features
don't have one right now but
of vpSQL:
An autoinc field
perhaps later in the future,
named vpid which is
use noSQL.
transparently created with
each table. This gives the
advantage of having a unique
field for searches. Uses
character substitution for
semi colons and linefeeds
which allows you to store
full page texts. It is
small and uses only one file
which can be included
anywhere in your script.
The functions mimic php
mysql functions so they are
scalable.
Date: Oct, 25 2005 Date: Oct, 19 2005 Date: Oct, 19 2005 Date: Oct, 12 2005 |