Open Source vs Pro - Stored Logic

I’ve seen in a previous post and the documentation that Stored Logic is a Pro only feature, and the documentation gives examples of loading Stoed Logic using YAML, JSON, and XML.

I was wondering what would happen if, in the open source version, I attempted to load something like a trigger or a package using pure SQL in a changeset. Would this work, or does it still need the Pro version?

You are free to create whatever objects you wish to create with raw SQL. The OSS version will not capture those objects in a snapshot or generateChangelog command.