https://github.com/russbaz/swift-prisma-like
https://github.com/russbaz/swift-prisma-like
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/russbaz/swift-prisma-like
- Owner: RussBaz
- License: mit
- Created: 2024-05-23T16:32:36.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-09-18T16:46:07.000Z (over 1 year ago)
- Last Synced: 2025-06-05T18:06:22.134Z (about 1 year ago)
- Language: Swift
- Size: 73.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Swift-Prisma-Like (SPL)
Only PostgreSQL and SQLite support is planned for now.
The concept behind this project is to be able to generate a strongly typed database access client in Swift from a schema file that matches the `Prisma` schema files as much as practically possible.
Please note that the specifications for the `Prisma` schema are not up-to-date, and referring to the source all the time is not a feasible long-term solution. Therefore, some liberties in interpreting the schema are permitted.