mirror of
https://github.com/VinGarcia/ksql.git
synced 2025-09-04 19:36:56 +00:00
9 lines
145 B
Modula-2
9 lines
145 B
Modula-2
module github.com/vingarcia/ksql/adapters/ksqlite3
|
|
|
|
go 1.14
|
|
|
|
require (
|
|
github.com/mattn/go-sqlite3 v1.14.12
|
|
github.com/vingarcia/ksql v1.4.6
|
|
)
|