https://github.com/markandre13/moonbase
a dBASE compatible C++ database
https://github.com/markandre13/moonbase
Last synced: 8 months ago
JSON representation
a dBASE compatible C++ database
- Host: GitHub
- URL: https://github.com/markandre13/moonbase
- Owner: markandre13
- License: other
- Archived: true
- Created: 2021-05-04T05:27:02.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-05-04T05:45:03.000Z (about 5 years ago)
- Last Synced: 2025-03-30T00:16:26.688Z (about 1 year ago)
- Language: C++
- Size: 80.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
Please note:
- run 'build' to build MoonBase
- You SOULDN'T use MoonBase only when working with huge databases because
MoonBase is slow and doesn't know all theses nice features a good SQL
database has.
- MoonBase will do fine with small databases, maybe up to 100 records or as
a just-for-fun database.
- MoonBase will help you to import xBase databases when moving to a real
DBMS.
- Since i haven't installed Tcl/Tk anymore i don't know if dbwish still
compiles. One shouldn't use this nasty interpreter anyhow.
Mark