PHP Classes

File: data/database_bookstore.db

Recommend this page to a friend!
  Classes of Giovanni Ramos   PDO4You   data/database_bookstore.db   Download  
File: data/database_bookstore.db
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PDO4You
Access SQL databases using the PDO extension
Author: By
Last change:
Date: 6 days ago
Size: 5,120 bytes
 

Contents

Class file image Download
SQLite format 3@ - CGiindexid_booksbooksCREATE INDEX "id_books" ON "books" ("id" ASC)<P++Ytablesqlite_sequencesqlite_sequenceCREATE TABLE sqlite_sequence(name,seq):StablebooksbooksCREATE TABLE "books" ( "id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" VARCHAR(100) NOT NULL, "author" VARCHAR(50) NOT NULL, "description" TEXT )  books  %+Using SQLiteJay A. Kreibich-I!The Definitive Guide to SQLiteMike Owens