v1a0 / sqllex

The most pythonic ORM (for SQLite and PostgreSQL). Seriously, try it out!
https://v1a0.github.io/sqllex
GNU General Public License v3.0
92 stars 8 forks source link

add_column, remove_column, has_column #34

Closed asadafasab closed 3 years ago

asadafasab commented 3 years ago

22

I added add_column, remove_column, has_column methods to SQLite3xTable, add_column, remove_column to SQLite3x class, and tests.