I’ve just completed a very basic, rudimentary implementation of the database in Rust. Rust is an open-source programming language and will be used for future development of GenealogicNG. Right now, it’s only the CRUD (create, read, update, and delete) functions that are usable. There is no interface, fancy, or otherwise. 🙂
The code is available at GitHub (https://github.com/npmaling/genealogicng-code).
The background materials are also at GitHub (https://github.com/npmaling/genealogicng)
Also, here are a few posts from the past on this site:
https://seagenesfhgr.com/2013/03/07/physical-version-of-the-genealogical-data-model/
https://seagenesfhgr.com/2013/02/28/an-introduction-to-genealogicng/
.
NPM