-
Simple
Crystal was developed with one general idea in mind - "Human readable SQL code"
-
Lightweight
Crystal is extremely efficient - it loads only what you really need, nothing more.
-
Easy to learn
Crystal has clear, thorough documentation.
- Current Version Version 0.4.1
The latest Crystal version is the one that's in my Github repository. Get it using this shell command (which requires Git): git clone git://github.com/martinrusev/Crystal.git
Twitter updates
- Features with top priority for version 0.5 - better SQL Injection prevention and table aliases
- You can check http://github.com/martinrusev/Crystal/tree/master/tests/ for some real world examples
- Also you can post your questions regarding Crystal here - http://groups.google.com/group/crystal-db
- Crystal 0.4.1 available for download at http://crystal-project.net/download/latest/ - Changes - you can add raw sql in where()
- Crystal 0.4 released. It has much better validation class and PHP 5.3 compability. http://ow.ly/1xghX
- The new validation class is almost completed. Really pleased with the new simplified syntax. Now documenting and writing tests for it.
- @koolcourt I will be more than happy to help you with this :)
- Documenting the new features for Crystal 0.4 in the ticket list. You can check them out here: http://crystal-project.net/bug-radar/list/
- Crystal 0.3, codenamed "Typeless" released - http://crystal-project.net/blog/2010/feb/2/crystal-03-codenamed-typeless-released/
Latest news
- 12 Apr 2010 Crystal 0.4 released
- 02 Feb 2010 Crystal 0.3, codenamed "Typeless" released
- 16 Dec 2009 Version 0.2 released