mirror of
https://github.com/Rogiel/l2jserver2
synced 2025-12-06 15:33:00 +00:00
Add support for OrientDatabaseService
OrientDB is an object database. Data is stored in a pair of key-value and can be retrieved or filtered using any of those keys. Data is stored at 'data/database' and has been added to .gitignore.
This commit is contained in:
1
data/.gitignore
vendored
1
data/.gitignore
vendored
@@ -1,3 +1,4 @@
|
||||
/cache
|
||||
/pathing.db
|
||||
/database.h2.db
|
||||
/database
|
||||
Reference in New Issue
Block a user