# new DataAccess(coreObj) → {Server.Modules.DataAccess}
This is the Data Access Module of the Blackrock Application Server. It provides a level of abstraction for servers running on the Blackrock application server that want to access databases. It provides a single interface to talk to any one of a number of databases and even has its own built-in JSON Database store for rapid prototyping. PLEASE NOTE: This interface is undergoing development and is not yet functional.
Parameters:
Name | Type | Description |
---|---|---|
coreObj |
Server.Modules.Core | The Core Module Singleton |
- Copyright:
- Copyright (c) 2021 Darren Smith
- License:
- Licensed under the LGPL license.
- Source:
Returns:
module - The Data Access Module Singleton
Example
Tbc...