cass_engine.py 文件源码

python
阅读 26 收藏 0 点赞 0 评论 0

项目:flora 作者: Lamden 项目源码 文件源码
def add_package(self, owner, package, template, example):
        self.prepare_execute_return("INSERT INTO public.contracts (id, owner, package, template, example) \
            VALUES (?, ?, ?, ?, ?) IF NOT EXISTS", (uuid.uuid1(), owner, package, template, example))
        return self.check_package(owner, package)
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号