https://github.com/cedx/sql.ps1
A simple micro-ORM for PowerShell, based on ADO.NET and data annotations.
https://github.com/cedx/sql.ps1
orm powershell sql
Last synced: 9 days ago
JSON representation
A simple micro-ORM for PowerShell, based on ADO.NET and data annotations.
- Host: GitHub
- URL: https://github.com/cedx/sql.ps1
- Owner: CedX
- License: mit
- Created: 2026-04-24T22:26:35.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2026-06-04T22:06:13.000Z (18 days ago)
- Last Synced: 2026-06-04T22:13:53.080Z (18 days ago)
- Topics: orm, powershell, sql
- Language: PowerShell
- Homepage:
- Size: 190 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: ReadMe.md
- Changelog: ChangeLog.md
- License: License.md
- Authors: Authors.txt
Awesome Lists containing this project
README
# SQL Mapper for PowerShell
A simple micro-ORM for [PowerShell](https://learn.microsoft.com/en-us/powershell),
based on [ADO.NET](https://learn.microsoft.com/en-us/dotnet/framework/data/adonet) and data annotations.
If you like [SQL](https://en.wikipedia.org/wiki/SQL) but dislike the boilerplate of ADO.NET: **SQL Mapper for PowerShell** might be for you!
> Think of [Dapper](https://www.learndapper.com) and its alternatives, but specifically designed for [PowerShell](https://learn.microsoft.com/en-us/powershell).
## Documentation
- [User guide](https://github.com/CedX/Sql.ps1/tree/main/Documentation)
- [Examples](https://github.com/CedX/Sql.ps1/tree/main/Examples)
## Development
- [Git repository](https://github.com/CedX/Sql.ps1)
- [Submit an issue](https://github.com/CedX/Sql.ps1/issues)
## License
[SQL Mapper for PowerShell](https://github.com/CedX/Sql.ps1) is distributed under the MIT License.