summaryrefslogtreecommitdiff
path: root/src/db.erl
Commit message (Collapse)AuthorAgeFilesLines
* Move some records out of public header file. Improve db initialisation some.Linus Nordberg2014-05-011-6/+10
| | | | Wait for mnesia tables in init() and make the init-functions do some more.
* Add init functions, for testing.Linus Nordberg2014-04-301-2/+14
|
* Turn it all into an application.Linus Nordberg2014-04-291-0/+1
| | | | Warning: Rough edges.
* First cut at adding DB support.Linus Nordberg2014-04-291-0/+86
Including half crazy rewrite of most of the data structures.