diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..e376fe0 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +core/l/* \ No newline at end of file diff --git a/README.md b/README.md index 9000963..4f24973 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Nibiru ### Rapid Prototyping PHP Framework -Version 0.9.3 beta +Version 0.9.4.2 beta ## Introduction
Nibiru is a rapid prototyping framework written in PHP and based on the MVC design pattern. Now one may say that writing
@@ -20,6 +20,9 @@ Engine Implementation.
  • Dwoo template engine ( untested )
  • Twig template engine ( untested )
  • PDO adapter to the MySQL database
  • +
  • PDO adapter to the Postgress database
  • +
  • ODBC adapter to the Postgress database
  • +
  • Autogenerator for models corresponding to the database tables
    1. read datasets from a complete table
    2. read datasets by selection from a table
    3. @@ -117,7 +120,6 @@ Engine Implementation.
    4. Add autoated class generator for MySQL database models
    5. -

      Update

      Version 0.9.3 beta 09.11.2019

      - +

      Update

      +

      Version 0.9.4.2

      +

      TODO

      Still in progress for the next version