scrapy-sqlitem icon indicating copy to clipboard operation
scrapy-sqlitem copied to clipboard

Scrapy extension to write items using sqlalchemy models

Results 2 scrapy-sqlitem issues
Sort by recently updated
recently updated
newest added

Fix the way SqlAlchemyItemMeta is used in SqlItem to be compatible with Python 2.x and 3.x.

I'm following your example code identically, and the `Fields` don't populate in these items. Here's some example code: ``` python >>> from sqlalchemy.ext.declarative import declarative_base >>> from sqlalchemy import Column,...