We have moved our forum to GitHub Discussions. For questions about Phalcon v3/v4/v5 you can visit here and for Phalcon v6 here.

How to create DB with phalcon

I want to create DB on Phalcon and store data in it

Phalcon doesn't have a database - it's a PHP library. You'd create your database in MySQL/MariaDB/Postgres/etc, then access it via Phalcon.

edited Feb '19

Perhaps he wanted to create DB directly from Phalcon, e.g. CREATE DATABASE SQL statement? :)