Skip to content

Commit

Permalink
Merge pull request #141 from singnet/imp/remove-sqlpoc
Browse files Browse the repository at this point in the history
Remove SqlPOC
  • Loading branch information
marcocapozzoli authored Apr 19, 2024
2 parents be19e84 + e912630 commit d6ae7f6
Show file tree
Hide file tree
Showing 9 changed files with 1 addition and 870 deletions.
3 changes: 1 addition & 2 deletions hyperon_das_atomdb/adapters/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
from .ram_only import InMemoryDB
from .redis_mongo_db import RedisMongoDB
from .redis_postgreslobe_db import RedisPostgresLobeDB

__all__ = ['RedisMongoDB', 'InMemoryDB', 'RedisPostgresLobeDB']
__all__ = ['RedisMongoDB', 'InMemoryDB']
328 changes: 0 additions & 328 deletions hyperon_das_atomdb/adapters/redis_postgreslobe_db.py

This file was deleted.

Loading

0 comments on commit d6ae7f6

Please sign in to comment.