It’s possible that in a table, some field that has repeated values is necessary to leave it as unique. And how to proceed with repeated values without eliminating them all? …
Read More »Juliano Atanazio
PostgreSQL Schemas / Namespaces with Django
What about if you could organize your database objects (e.g. tables and views) in namespaces according with its roles in the system? In this article we will see the …
Read More »