in reply to A good way to input data into a script w/o an SQL database
As was mentioned, one of the many configuration file formats (YAML, JSON, TOML, ...) is usually what one would reach for first. If those are insufficient or unwieldy due to amount or structure of data, SQLite (DBD::SQLite) is a plain file serverless database.
Good Day,
Dean
|
---|