Level / community

Discussion, support and common information for projects in the community.
MIT License
42 stars 15 forks source link

willing to help revive some databases with abstract-level api #120

Open KabutoYamato opened 1 year ago

KabutoYamato commented 1 year ago

Hi i have been playing around with better-sqlite3 and abstract-level and managed to pass the majority of tests, if someone could review my code and give me some guide i could revive sqlite-level and also lmdb-level

kldavis4 commented 1 year ago

@KabutoYamato we have a partial sqlite-level store here: https://github.com/tinacms/sqlite-level

It doesn't pass all the tests in the abstract-level suite but is in a functional state. Wondering if it might make sense to collaborate?

KabutoYamato commented 1 year ago

i think it could be a good idea, let me create a repo

KabutoYamato commented 1 year ago

hi @kldavis4 i have created a public repo https://github.com/KabutoYamato/tmp-sqlite-level you can test it, im working in a readme but the use is as any other level db

kldavis4 commented 1 year ago

hi @kldavis4 i have created a public repo https://github.com/KabutoYamato/tmp-sqlite-level you can test it, im working in a readme but the use is as any other level db

Thanks for posting - I'll check it out