Anope IRC Services

Anope Support => 2.0.x/1.9.x Support => Topic started by: Borja on February 11, 2014, 08:25:33 AM

Title: SQL Database discussion
Post by: Borja on February 11, 2014, 08:25:33 AM
Reading the post https://forum.anope.org/index.php?topic=4098.0

I think it could be useful to have an option to create all tables for the following reason.

If you want to map Anope tables with an ORM like doctrine, you have to define them before the schema.


In case of  fields names, I think you should change some fields.

For example "limit", "by", "when". This is a problem with some ORM as doctrine because this are keywords.


Thanks.