/SwiftyPSCustomQueries

Swift interface for accessing custom PowerQueries in PowerSchool

Primary LanguageSwiftMIT LicenseMIT

SwiftyPSCustomQueries

For detailed usage information, please see the SwiftyPSCore repository.

SwiftyPSCustomQueries is a companion library used alongside SwiftyPSCore. The purpose of this library is to provide examples for accessing custom PowerQueries in PowerSchool. While these specific queries may not be useful for your particular case, hopefully they can be used as a template to help you create your own PowerQueries.

PowerQueries allow you write custom SQL statements to fetch data from PowerSchool; they are created using the PowerSchool plugin interface. The PowerQueries for this package are defined in the example plugin, PSCustomQueriesPlugin. You can learn more about PowerQueries on the PowerSchool Developer Support site.

SwiftyPSCustomQueries is not endorsed, sponsored, or affilitated with PowerSchool in any way.