- đ¨ Fix for CREATE table statement not allowing for a prepared statement, and thus needing the escaping of values.
- âšī¸ Needs psycopg2 installed for complex types (everything other than None, bool, int, and pure ascii strings)
- đ Added support for `PRIMARY KEY`(`S`).
- đ Added support for creating `REFERENCES` to other tables.