mirror of
https://github.com/alice-lg/alice-lg.git
synced 2024-05-11 05:55:03 +00:00
7 lines
220 B
Go
7 lines
220 B
Go
![]() |
// Package postgres is an implementation of a routes and neighbors
|
||
|
// store using the postgres database.
|
||
|
//
|
||
|
// Routes and neighbors are stored as jsonb information
|
||
|
// with indexes for query performance.
|
||
|
package postgres
|