Skip to content
This repository has been archived by the owner on Dec 7, 2023. It is now read-only.

jsocol/phake

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Phake

Phake, from "PHP + Rake," is sort of Rake + ActiveRecord::Migrations implemented in PHP. I had two goals with the project:

  • Fully unit tested and test-first when possible.
  • A SQL-dialect agnostic API.

You can see from some of the migrations the general sketch of the API. In the sqls directory you can see the SQL generator at the heart of Phake. Currently only MySQL is mostly implemented.

TODO

  • Finish MySQL generator.
  • Write SQLite generator.
  • Write PostgreSQL generator.

About

Rake + ActiveRecord::Migration in PHP - Don't use but maybe interesting

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages