dataquery
Version:
An implementation of the datalog query language with user-provided indexes.
20 lines (19 loc) • 757 B
JavaScript
/**
* Dataquery
* Copyright 2014 David Alan Hjelle & Icon Systems, Inc.
*
* Query Engine originally from Datascript v0.4.0 <https://github.com/tonsky/datascript>
* which is Copyright 2014 Nikita Prokopov
*
* Licensed under Eclipse Public License;
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* https://github.com/dahjelle/dataquery/blob/master/LICENSE
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/