Highlights
- Arctic Code Vault Contributor
- Developer Program Member
Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up
Pinned
412 contributions in the last year
Contribution activity
September 2020
- achillesrasquinha/sequelize JavaScript
Created an issue in pudo/dataset that received 2 comments
Able to create tables even when ensure_schema is True
If you attempt to execute the following:
import dataset db = dataset.connect(ensure_schema=True)
db['Foo'].insert({ 'foo': 'bar' })
ends up creating …
2
comments