PyEED / pyeed

🧬 Toolkit to create, annotate, and analyze specialized sequence databases
https://pyeed.github.io/pyeed/
MIT License
3 stars 4 forks source link

test new `sdrdm-db` version #60

Closed haeussma closed 2 months ago

haeussma commented 6 months ago

https://github.com/JR-1991/sdrdm-database/tree/iterative-linking-tables

should work with this syntax:

db = DBConnector(…)

dc.create_tables(…)

# create data
ds = lib.XYZ(…)

# insert instances into data base
db.insert(ds, ds2)

# get data from db
db.get("XYZ") # Name of table/class