1
0
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:
2011-09-19 15:51:52 -03:00
parent c4052ccb3b
commit 48273476c0
9 changed files with 1323 additions and 16 deletions

1
data/.gitignore vendored
View File

@@ -1,3 +1,4 @@
/cache
/pathing.db
/database.h2.db
/database