Python alembic.op模块,常用函数和类

下面列出了Python alembic.op 模块中定义的常用函数和类,我们从234个开源Python项目中,按照使用频率进行了排序。

函数和类 使用项目数
1. create_table() 用在(220)个项目中
2. drop_table() 用在(203)个项目中
3. add_column() 用在(136)个项目中
4. drop_column() 用在(126)个项目中
5. create_index() 用在(110)个项目中
6. drop_index() 用在(96)个项目中
7. alter_column() 用在(63)个项目中
8. execute() 用在(51)个项目中
9. create_foreign_key() 用在(50)个项目中
10. get_bind() 用在(49)个项目中
11. drop_constraint() 用在(48)个项目中
12. create_unique_constraint() 用在(44)个项目中
13. bulk_insert() 用在(30)个项目中
14. batch_alter_table() 用在(18)个项目中
15. inline_literal() 用在(15)个项目中
16. create_primary_key() 用在(15)个项目中
17. create_check_constraint() 用在(14)个项目中
18. f() 用在(13)个项目中
19. rename_table() 用在(11)个项目中
20. reverse() 用在(9)个项目中
21. to_diff_tuple() 用在(9)个项目中