Has anyone here already done work to read/write from the database directly? At first I tried to use the API to create threads and posts, but this was too unreliable, so now I’m looking at trying to write directly to the database.
The data I want to put in is quite simple: (thread title, author, category, body text) and for posts (author, body text).
However, I suspect various additional fields need to be also completed and perhaps lookups made to the user database.
I will be starting from zero so looking to see if anyone has done it before or has any pointers on the table structures or any things to watch out for.