So I\'ve got a couple of Firebird databases I need to convert. I\'ve managed to connect to them using python code and the kinterbasdb library, but I can\'t find a way to get
SELECT RDB$RELATION_NAME FROM RDB$RELATIONS
WHERE (RDB$SYSTEM_FLAG <> 1 OR RDB$SYSTEM_FLAG IS NULL) AND RDB$VIEW_BLR IS NULL
ORDER BY RDB$RELATION_NAME;