database - How to create Set from Pydblite in Python -
hello i'm using pydblite in order store url in python database. script add urls time in database want delete duplicate (or make set) keeping 1 same url @ ending of program.
i have 2 fields url , date:
self.db = base('url_database.pdl') self.db.create('url', 'date', mode="open")
Comments
Post a Comment