Subject Tips on pyfirebirdsql
Author Jonathan
Hello everybody,
My project depends on a Firebird API for Python 3, so I'm very happy with this. But I'm not very experienced with DB work, this is my first project with it. I would like to know if someone could help me out with some tips about pydirebirdsql, once that there is no documentation yet.
I've downloaded it, do I need to make something else, or I just import it to my script?
How do I create tables? And INSERT, DELETE, UPDATE, etc?
Is there somewhere I can find a guide similar to the way pyfirebirdsql works?