Object-Oriented Database in C# with PowerShell interface
- Suitable for mobile apps, enterprise software in C#, data science tasks.
- Can be easily used as a local database in C# application or used as database server.
- Nested data structures supported.
- PowerShell interface for interactive mode and scripting.
- Available as cloud database on ENGITEX own cloud as well as for local deployment.
See project Wiki for more.
In softwareengineering, the active record pattern is a design pattern found in software that stores its data in relational databases. It was named by Martin Fowler in his book Patterns of Enterprise Application Architecture. The interface to such an object would include functions such as Insert, Update, and Delete, plus properties that correspond more-or-less directly to the columns in the underlying database table.
MetaApp is a distributed system composed of a central web application and a mobile app for iPhone, iPad or Android mobile devices. The central web application allows to define the functionalities which compose the app. Each functionality can be a list of data and edventually a detail form, supporting the CRUD operations. The app is based on a SQLite local database which can be syncronized with the central database.