mirror of
https://github.com/planetmint/planetmint.git
synced 2025-11-25 23:15:44 +00:00
Merge branch 'main' of github.com:liviu-lesan/planetmint into main
This commit is contained in:
commit
2f92f4ac64
@ -38,7 +38,6 @@ class TarantoolDB:
|
||||
if reset_database:
|
||||
self.drop_database()
|
||||
self.init_database()
|
||||
test_conn = self.db_connect.space("transactions")
|
||||
|
||||
def get_connection(self, space_name: str = None):
|
||||
return self.db_connect if space_name is None else self.db_connect.space(space_name)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user