Suneido

Integrated Application Platform

  • Home
  • Learning
    • Suneido Manual
    • Beginners
      • Inside Suneido
      • The Suneido Programming Language
      • The Suneido Database
      • Installing Suneido
      • Building Suneido
      • IDE Go To Tour
      • Upgrading To A New Release
    • Advanced
      • Canvas Control
      • DrawControl Part 1
      • DrawControl Part 2
      • DrawControl Part 3
      • SAX Like XML Processing
      • A Plug-In Architecture
      • A Simple Wizard Framework
      • An HTML Include Facility
      • An RSS 2 Feed Creator
      • MIME Generation
      • A New Add-on Facility
      • Workspace Improvement Hack
    • Mockito for Suneido
    • The Suneido Task Scheduler
    • Contributing To Suneido
    • Contributor Assignment of Copyright
    • Language Translation
    • Future Directions
    • Interview With Andrew Mckinlay
  • Forum
    • Announcements
    • Internals & Enhancements
    • Cookbook
    • General
  • FAQ
  • Screenshots
  • Downloads
  • Links

Overview

Object-Oriented Language

  • fast compile, no link
  • dynamically typed – no declarations
  • classes with inheritance, virtual functions, and private members
  • exception handling
  • garbage collection
  • full access to the Windows API and third party DLL’s
  • bool, number, string, date, and object values

Client-Server Relational Database

  • transaction processing (commit and rollback)
  • relational algebra query language (not SQL)
  • cost-based query optimization
  • foreign key support, including cascade
  • triggers
  • business rules
  • crash recovery
  • fast memory-mapped implementation
  • variable length fields and records

User Interface & Reporting Framework

  • flexible boxes and stretch layout similar to TEX or TCL/TK
  • access to all the standard Windows controls
  • ability to define new controls and report formats
  • print preview for reports
  • Book framework for applications, HTML based

Integrated Development Environment

  • workspace
  • library browser
  • query viewer
  • class hierarchy viewer
  • debugger
  • database schema viewer
  • persistent state – starts up the way you left it
  • implemented in Suneido – easy to extend
  • translation tables are included to run the IDE in Spanish, Italian, French, German, Russian, Czech, Norwegian, Dutch, Vietnamese, and Hungarian.

Contact Us | Legal Statement | Privacy Statement | SiteMap

Copyright © 2023 Axon® Development Corporation. All Rights Reserved. - Open Source Integrated Database and Programming Language