boodebr library 1.1 released

This is an update to the 1.x stable series.

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

You can read more and download it from the boodebr library wiki
Written in WikklyText.

Comments

Post new comment

The content of this field is kept private and will not be shown publicly.