GithubHelp home page GithubHelp logo

Comments (3)

brunnopleffken avatar brunnopleffken commented on June 21, 2024

Both PostgreSQL and SQLite support is in my roadmap.
They're quite popular and work well with PHP.

Basically, the Kernel\Database class should be rewritten to use PDO (yes, AC has nostalgic feelings and still uses mysqli_ methods) to reduce the effort required on the controllers.

from addictive-community.

halojoy avatar halojoy commented on June 21, 2024

MySQL and PostgreSQL are the 2 most used FREE databases.

I saw a test of 7 free databases, where MariaDB was best.
It is somewhat faster than big brother MySQL.
Now if using MariaDB we can use MySQLi just if it was MySQL running.
And of course connect to PDO in same way.

from addictive-community.

brunnopleffken avatar brunnopleffken commented on June 21, 2024

Providing good support for MySQL should also benefit MariaDB, since both share basically the same architecture. But PostgreSQL and SQLite are definitely on my roadmap.

Now I'm investing my time (I mean, what's left of it) in the new Articles feature. I'm trying to create an interesting design, but the back-end code is almost ready. I hope to be able to release this month, and then we can begin to develop these expansions of the database class.

from addictive-community.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.