search envelope-o feed check
Home Unanswered Active Tags New Question
user comment-o

For Database

Related article: Angular Calendar: Day/Week/Month Views
Asked by Guna
3 years ago.

How to insert the events in postgreSQL database

Answer posted by Dan Letecky [DayPilot]
3 years ago.

There is no specific PostgreSQL tutorial available but you can check the Angular + MySQL tutorials:
https://code.daypilot.org/tutorials/mysql+angular

In order to switch the tutorials to MySQL you'd need to create _db_postgresql.php from _db_mysql.php. Make sure that the PDO connection string is updated.

There is no fancy SQL being used and the SQL commands (SELECT, UPDATE, etc.) should be largely compatible with PostgreSQL. But you might need to review them.

This question is more than 1 months old and has been closed. Please create a new question if you have anything to add.