This release adds several table-altering methods to sqliteQ. These routines provide replacements for functionality that is missing from SQLite's native ALTER TABLE implementation. This functionality is already available in boodebr.sql.sqlite_util but has now be brought up to the sqliteQ layer.
Added in this release are:
- sqliteQ.add_table_column
- sqliteQ.delete_table
- sqliteQ.delete_table_columns
- sqliteQ.get_table_columns
- sqliteQ.modify_table_column
- sqliteQ.rename_table
Written in WikklyText.

Comments
Post new comment