📄️ Package
A package is a grouping of files that the DataSQRL compiler can load at compile time to resolve external dependencies of an SQRL script. A package is represented by a directory on the local filesystem. DataSQRL locates the package directory relative to the build path.
📄️ Data Service
A data service processes, transforms, or analyzes data from one or multiple sources and exposes the result through an API.
📄️ Data Layer
A data layer is an abstraction within a software application that manages data storage, retrieval, and manipulation. It separates these concerns from the application's core logic for modularity and maintainability.