Database Designer

Database Designer 1.2

Version
1.2
Version Date
March 20, 2026
Links

Patch Notes

Version 1.2 - THE LINUX AND DLC UPDATE

[p]This update is bringing forth a few updates to Database Designer! [/p][p] [/p]

Linux And ARM Builds

[p]To begin, DATABASE DESIGNER NOW WORKS ON LINUX![/p][p] We also aim on making a version for the Raspberry Pi, Rockchip Boards and other ARM devices soon, shipped outside of Steam! [/p][p] [/p][p][/p]

Masuki, Mira and DLC Updates

[p]Next, we expect to be shipping some DLCs soon for Database Designer! Specifically, we've been preparing the release of the Supporter's Pack; something I held off on until we could ensure Database Designer worked!

In short, a $10 donation will get you a visual novel with the team! This has been a WIP for a very long time and I highly suggest you get it if you want to know the people behind Database Designer!

However, as time goes by, we plan on giving more things like a digital artbook showcasing how/why we made Database Designer and concepts around it, certain themes for Database Designer and access to newer features before they're officially out!
[/p][p][/p][p]We're focused on balancing both quality and treating those who support us well, so we plan on ensuring that Database Designer never becomes freemium with features locked behind a paywall![/p][p][/p][p]In general, when you next open Database Designer, you can click "DLC Options" to view the DLC options and Masuki/Mira, who's going to get much more screentime soon![/p][p][/p][p]( This will have way more things in the list in due time)[/p]


More Updates Planned!

[p][/p][p]In the next update, we plan on making a one click solution for hosting and editing the data on the database! We already are working on an open source flow engine for no-code API creation too!

This will probably be the main way we make money, but we are making it so you will never be forced to work with us and can still handle databases as you want!

A theme system is coming as well and I plan on putting a vote out there for a few features I want to add!

Finally, I want to add a note system to the next update alongside the nier style datascape viewer! If there are features you want to see in Database Designer, please let me know!

[/p]
Changelog:
[p]DB Designer updates Include[/p]
  • [p]Now supports Linux, ARM/Server systems are next[/p]
  • [p]Removed bug where description would have lowercase and underscores everywhere[/p]
  • [p]Returned SecureMedia instead of Secure String[/p]
  • [p]Media now represented by SecureMedia [/p]
[p]Represented with[/p][p]IsPublic (Boolean): Flags if the item is a public resource. We will verify this server-side regardless of the flag to prevent unauthorized access.[/p][p]SecretKey (Encryption): The unique symmetric key used to encrypt the file at rest. This should be encrypted by a Master Key before storage to ensure a database leak doesn't expose the media. NEVER EVER STORE AS PLAINTEXT OR UNENCRYPTED.[/p][p]PublicKey: A public identifier or cryptographic key used for client-side handshakes or verifying the authenticity of the media source.[/p][p]Path: The physical or cloud storage URI (e.g., S3 bucket path or local file system string) where the encrypted binary is located.[/p][p]CreatedAt: A timestamp used for auditing, session expiration, and determining the "age" of the security credentials for rotation.[/p]
  • [p]Added support for DLC material, now visible as "DLC Options" on the computer[/p]
  • [p]Added Mira Art[/p]
  • [p]Updated Github [/p]
[p][/p]