Skip to content

Commit

Permalink
Remove SqlPOC
Browse files Browse the repository at this point in the history
  • Loading branch information
marcocapozzoli committed Apr 19, 2024
1 parent be19e84 commit e912630
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 e912630

Please sign in to comment.