mars.server

the sync module operate on a generic database, to support mock. The module is feeded with a concrete db like the pgsql.

Members

Classes

MarsServer
class MarsServer
Undocumented in source.

Functions

Autologin
MarsServerConfiguration Autologin(MarsServerConfiguration c, string login, string password)
Undocumented in source. Be warned that the author may not have intended to support it.
InstantiateTables
void InstantiateTables(MarsServer m, F fixtures)
Undocumented in source. Be warned that the author may not have intended to support it.
PostgreSQL
MarsServerConfiguration PostgreSQL(MarsServerConfiguration c, string host, ushort port, string db)
Undocumented in source. Be warned that the author may not have intended to support it.
indexStatementFor
ulong indexStatementFor(ulong table, string op)
Undocumented in source. Be warned that the author may not have intended to support it.
serverSideTable
auto serverSideTable(MarsServer m)
Undocumented in source. Be warned that the author may not have intended to support it.

Manifest constants

jsIndexStatementFor
enum jsIndexStatementFor;
Undocumented in source.

Static functions

ExposeServerMethods
MarsServerConfiguration ExposeServerMethods(MarsServerConfiguration c, string[] methods)
Undocumented in source. Be warned that the author may not have intended to support it.

Static variables

marsServer
MarsServer marsServer;
Undocumented in source.

Structs

MarsServerConfiguration
struct MarsServerConfiguration
Undocumented in source.

Meta