-
-
Notifications
You must be signed in to change notification settings - Fork 172
v0.8.0-beta #28
lovasoa
announced in
Announcements
v0.8.0-beta
#28
-
This is a pre-release for beta-testers
- Added a new
sqlite_extensionsconfiguration parameter to load SQLite extensions. This allows many interesting use cases, such as- using spatialite to build a geographic data application,
- querying CSV data from SQLPage with vsv,
- or building a search engine for your data with FTS5.
- Breaking: change the order of priority for loading configuration parameters: the environment variables have priority over the configuration file. This makes it easier to tweak the configuration of a SQLPage website when deploying it.
- Fix the default index page in MySQL. Fixes #23.
- Add a new map component to display a map with markers on it. Useful to display geographic data from PostGIS or Spatialite.
- Add a new
iconattribute to the table component to display icons in the table.
This discussion was created from the release v0.8.0-beta.
Beta Was this translation helpful? Give feedback.
All reactions
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment