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

Popular posts from this blog

matlab - error with cyclic autocorrelation function -

django - (fields.E300) Field defines a relation with model 'AbstractEmailUser' which is either not installed, or is abstract -

c# - What is a good .Net RefEdit control to use with ExcelDna? -