getItem, setItem complete. Added scripts.
This commit is contained in:
parent
e38bab5054
commit
ee4059ac5a
6 changed files with 95 additions and 0 deletions
4
mnesia/build_db
Executable file
4
mnesia/build_db
Executable file
|
@ -0,0 +1,4 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
erlc -o . ggs_db.erl
|
||||
erlc -o . ggs_db_test.erl
|
Reference in a new issue