Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/loupeteam/Persist
AR Library for storing variables to permanent memory
https://github.com/loupeteam/Persist
ar-library
Last synced: 3 months ago
JSON representation
AR Library for storing variables to permanent memory
- Host: GitHub
- URL: https://github.com/loupeteam/Persist
- Owner: loupeteam
- License: mit
- Created: 2021-10-05T16:59:48.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-02-26T16:31:09.000Z (12 months ago)
- Last Synced: 2024-08-02T14:05:14.278Z (6 months ago)
- Topics: ar-library
- Language: C
- Homepage:
- Size: 33.2 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-B-R - Persist - Library source: Persist provides a convenient and compact way of storing variables to permanent memory. Persist can store variables and structures of any type or scope, even local variables in other programs. (Infrastructure / Recipes, databases and external storage)
README
# Info
Library is provided by Loupe
https://loupe.team
[email protected]
1-800-240-7042# Description
This repo allows the implementation of the persist library package and persist program package.### Program Package
This program package will install the Persister package that contains the PermMemory program. This allows the manipulation of the amount of memory the Automation Studio project can store to optimize memory use.### Library Package
Persist provides a convenient and compact way of storing variables to permanent memory. Persist can store variables and structures of any type or scope, even local variables in other programs.# Installation
To install using the Loupe Package Manager (LPM), in an initialized Automation Studio project directory run `lpm install persist`. For more information about LPM, see https://loupeteam.github.io/LoupeDocs/tools/lpm.html# Documentation
For more documentation and examples, see https://loupeteam.github.io/LoupeDocs/libraries/persist.html# Licensing
This project is licensed under the [MIT License](LICENSE).